POST
/
admin
/
message
/
draft
/
{email_id}
/
approve
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>"
}

Path Parameters

email_id
integer
required

The id of the email

Body

application/json
Data needed to send the draft message
entity_id
integer

The id of the entity

donor_id
integer

The id of the donor

Response

200
application/json
Successful operation
message
string

Confirmation message