Campaigns API
Elements that can be shared among more than one endpoint definition.
Update a Scheduled Campaign
PATCH /v3/campaigns/{campaign_id}/schedules
Base url: https://api.sendgrid.com
This endpoint allows to you change the scheduled time and date for a campaign to be sent.
Authentication
- API Key
Headers
Request Body
{
"send_at": 1489451436
}
Path Parameters
Responses
The campaign ID
The unix timestamp to send the campaign.
The status of the schedule.
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"
}
]
}
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. Get help now from the Twilio SendGrid Support Team.
Running into a coding hurdle? Lean on the wisdom of the crowd by browsing the SendGrid tag on Stack Overflow or visiting Twilio's Stack Overflow Collective.