Skip to main content
POST
/
admin
/
message
/
draft
/
{entity_id}
/
{donor_id}
/
{from}
/
{file_id}
Create a draft 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>"
}

Path Parameters

entity_id
integer
required
donor_id
integer
required
from
string
required
file_id
integer
required

Body

application/json
subject
string
message
string

Response

message
string