curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/message/draft/{email_id}/approve \
--header 'Content-Type: application/json' \
--data '{
"entity_id": 123,
"donor_id": 123
}'
{
"message": "<string>"
}
The id of the email
Data needed to send the draft message
The body is of type object
.
Successful operation
The response is of type object
.
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/message/draft/{email_id}/approve \
--header 'Content-Type: application/json' \
--data '{
"entity_id": 123,
"donor_id": 123
}'
{
"message": "<string>"
}