provider Subuser Monitor Settings PUT /subusers/{subuser_name}/monitor
@utdk/sendgrid /subusers/{subuser_name}/monitor
Update Monitor Settings for a subuser
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)
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

putSubusersSubuserNameMonitor
PUT/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.

Enter a gateway URL above to enable sending.

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

TypeScript

import sendgrid from '@utdk/sendgrid';

await sendgrid.putSubusersSubuserNameMonitor()