Customer Subuser Monitor Outgoing Email
Create Monitor Record
Obtain a complete list of all customer subuser.| Parameter | Required | Requirements | Description |
|---|---|---|---|
| task | Yes | Must be set to create | Create a monitor record |
| name | Yes | Name must be unique. Can’t be more than 255 characters | The unique name to identify this monitor record |
| Yes | Must be in email format | The email destination to send the email sample to | |
| frequency | Yes | Customer subuser must be registered under your account | The frequency of emails to be sent out |
XML Call
1
| |
Response: Success
1 2 3 4 5 | |
Response: Error
1 2 3 4 5 6 7 8 9 10 | |
JSON Call
1
| |
Response: Success
1 2 3 | |
Response: Error
1 2 3 4 5 6 | |
Edit Monitor Record
Make modifications to an existing Monitor record.| Parameter | Required | Requirements | Description |
|---|---|---|---|
| task | Yes | Must be set to edit | The task required to edit a monitor |
| name | Yes | The name of the previous monitor record | The monitor record we are going to edit |
| new_name | No | New name must be unique and can’t be more than 255 characters | The new monitor record name |
| new_email | No | Must be in email format | The new email destination to send the email sample to |
| new_frequency | No | Must be an integer and greater than 0 | The new frequency of emails to be sent out |
XML Call
1
| |
Response: Success
1 2 3 4 5 | |
Response: Error
1 2 3 4 5 6 7 8 9 10 | |
JSON Call
1
| |
Response: Success
1 2 3 | |
Response: Error
1 2 3 4 5 6 | |
Delete Monitor Record
Deleting a monitor record will remove it from SendGrid’s system. Make sure no users are currently using the monitor record when removing, or removal will fail.| Parameter | Required | Requirements | Description |
|---|---|---|---|
| task | Yes | Must be set to delete | The task required to remove a monitor |
| name | Yes | Must be a monitor record to remove | The unique name to identify this monitor record |
XML Call
1
| |
Response: Success
1 2 3 4 5 | |
Response: Error
1 2 3 4 5 6 7 8 9 10 | |
JSON Call
1
| |
Response: Success
1 2 3 | |
Response: Error
1 2 3 4 5 6 | |
List All Monitor Records
List all available monitor records a reseller has.| Parameter | Required | Requirements | Description |
|---|---|---|---|
| task | Yes | Must be set to list | The task required to list all monitor records |
XML Call
1
| |