Subuser Monitor Settings
Subuser monitor settings allow you to receive a sample of an outgoing message from a specific customer at a specific frequency of emails.
Create monitor settings
POST /v3/subusers/{subuser_name}/monitor
Base url: https://api.sendgrid.com
Authentication
- API Key
Headers
Request Body
The email address to which Sendgrid should send emails for monitoring.
format: emailThe frequency at which to forward monitoring emails. An email will be sent when your subuser sends this many (e.g., 1,000) emails.
{
"email": "example@example.com",
"frequency": 50000
}
Path Parameters
The name of the subuser for which to retrieve monitor settings.
default: NoneResponses
The email address to which Sendgrid should send emails for monitoring.
format: emailThe frequency at which to forward monitoring emails. An email will be sent when your subuser sends this many (e.g., 1,000) emails.
{
"email": "example@example.com",
"frequency": 50000
}
the error message
the field that generated the error
helper text or docs for troubleshooting
{
"errors": [
{
"field": "field_name",
"message": "error message"
}
]
}
the error message
the field that generated the error
helper text or docs for troubleshooting
{
"errors": [
{
"field": "field_name",
"message": "error message"
}
]
}
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd browsing the SendGrid tag on Stack Overflow.