Reschedule email

Reschedule email with new date

PUT https://simplemail-nodejs.herokuapp.com/reschedule-email/:rescheduleID

Path Parameters

Name
Type
Description

rescheduleID*

String

You may obtain this ID from the send email‘s response.

Request Body

Name
Type
Description

send_at*

String

The datetime you want the email get sent. Make sure the provided value is less or equal than 7 days.

eg: "2021-11-26 23:59"

*This function is not very stable since the server is hosting at Heroku with hobby plan, it may not work due to the idle stuff

{
    "msg": "Reschedule email to <<NEW_DATE>> successfully."
}

Last updated