Path Parameters
The id of the entity
The id of the donor
The sender of the message
The id of the file attached to the message
Body
application/json
Data needed to create the draft message
Response
Successful operation
Confirmation message
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/message/draft/{entity_id}/{donor_id}/{from}/{file_id} \
--header 'Content-Type: application/json' \
--data '{
"subject": "<string>",
"message": "<string>"
}'
{
"message": "<string>"
}
The id of the entity
The id of the donor
The sender of the message
The id of the file attached to the message
Data needed to create the draft message
Successful operation
Confirmation message
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/message/draft/{entity_id}/{donor_id}/{from}/{file_id} \
--header 'Content-Type: application/json' \
--data '{
"subject": "<string>",
"message": "<string>"
}'
{
"message": "<string>"
}