Skip to main content
PATCH
/
v1
/
emails
/
{emailId}
cURL
curl --request PATCH \
  --url https://app.mailrify.com/api/v1/emails/{emailId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "scheduledAt": "2023-11-07T05:31:56Z"
}
'
{
  "emailId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

emailId
string
required
Minimum string length: 3
Example:

"cuiwqdj74rygf74"

Body

application/json
scheduledAt
string<date-time>
required

Response

200 - application/json

Updated schedule

emailId
string