provider Campaigns API POST /campaigns/{campaign_id}/schedules/test
@utdk/sendgrid /campaigns/{campaign_id}/schedules/test
Send a Test Campaign
**This endpoint allows you to send a test campaign.** To send to multiple addresses, use an array for the JSON "to" value ["one@address","two@address"]
campaign_id path required
integer
on-behalf-of header
string

Try it

Authentication
Configure credentials for Email Activity (beta)
postCampaignsCampaignIdSchedulesTest
POST/campaigns/{campaign_id}/schedules/test
**This endpoint allows you to send a test campaign.** To send to multiple addresses, use an array for the JSON "to" value ["one@address","two@address"]

Parameters

required

Input

required

The email address that should receive the test campaign.

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.postCampaignsCampaignIdSchedulesTest({
  "on-behalf-of": "The subuser's username. This header generates the API call as if the subuser account was making the call."
})