provider Single Sends PATCH /marketing/singlesends/{id}
@utdk/sendgrid /marketing/singlesends/{id}
Update Single Send
**This endpoint allows you to update a Single Send using a Single Send ID.** You only need to pass the fields you want to update. Any blank/missing fields will remain unaltered.
id path required
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.

patchMarketingSinglesendsId
PATCH/marketing/singlesends/{id}
**This endpoint allows you to update a Single Send using a Single Send ID.** You only need to pass the fields you want to update. Any blank/missing fields will remain unaltered.

Parameters

required

Input

The categories to associate with this Single Send.

required

The name of the Single Send.

The ISO 8601 time at which to send the Single Send — this must be set for a future time.

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.patchMarketingSinglesendsId()