Reschedule Email messages
Change the date and time for sending scheduled messages.
Please log in to see full path URL. Learn why.
put
/email/1/bulks
Authorizations:
Scopes:
Request rate limit:
1000 requests / second (per account)
query Parameters
bulkId required | string |
Request Body schema:
application/jsoncollapse all -
sendAt required | string <date-time> Date and time when the email is to be sent. Has the following format: |
Responses
200
OK
400
Bad Request
401
Unauthorized
403
Forbidden
429
Too Many Requests
500
Internal Server Error
Request samples
- Payload
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
Content type
application/json
Copy
Collapse all {- "sendAt": "2021-01-02T01:00:00.123Z"
}
Response samples
- 200
- 400
- 401
- 403
- 429
- 500
Content type
application/json
Copy
Collapse all {- "bulkId": "string",
- "sendAt": "2021-01-02T01:00:00.123Z"
}