Reschedule email
Reschedule email with new date
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
"msg": "Reschedule email to <<NEW_DATE>> successfully."
}{
"msg": "Unable to reschedule email."
}{
"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"
}{
"msg": "[send_at] is outdated."
}// If rescheduleID is not in URL
{
"msg": "Invalid Job ID Error: Job ID not found in request parameter."
}
// If no matched result is found
{
"msg": "Invalid Job ID Error: Cannot find matched result with this ID."
}Last updated