Send email
Send email
Request Body
Name
Type
Description
// Not scheduled email
{
"msg": "Success"
}
// Is scheduled email
{
"msg": "Success",
// same with rescheduleID if `callback_url` is not provided
"cancelID": "2js4h23a-3767-4130-bfb9-56425f406da9",
"rescheduleID": "w12hj21-3767-4130-bfb9-56425f406da9"
}{
"msg": "Invalid data passed"
}{
"msg": "[send_at] is more than 7 days (has gap in days as: <<GAP_IN_DAYS>>), please make sure you provide date that has less or equal than 7 days."
}{
"msg": "[send_at] is invalid"
}Last updated