# Schedule send
# HTTP method: POST
https://api.sender.net/v2/campaigns/{id}/schedule
Specify a date and time when the campaign should be sent.
id string
required
Campaign ID
schedule_time date_format:Y-m-d H:i:s
required
The value must be a valid date in the format (Y-m-d H:i:s).
Code snippets
Response example
{
"success": true,
"message": "Success scheduled"
}