provider Subuser Monitor Settings POST /subusers/{subuser_name}/monitor
@utdk/sendgrid /subusers/{subuser_name}/monitor
Create monitor settings
subuser_name path required
The name of the subuser for which to retrieve monitor settings.
string

Try it

Authentication
Configure credentials for Email Activity (beta)
postSubusersSubuserNameMonitor
POST/subusers/{subuser_name}/monitor

Parameters

required

The name of the subuser for which to retrieve monitor settings.

Input

required

The email address to which Sendgrid should send emails for monitoring.

required

The frequency at which to forward monitoring emails. An email will be sent when your subuser sends this many (e.g., 1,000) emails.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sendgrid from '@utdk/sendgrid';

await sendgrid.postSubusersSubuserNameMonitor()