GET
/
admin
/
message
/
send
/
{entity_id}
/
{donor_id}
/
{from}
/
{file_id}
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/message/send/{entity_id}/{donor_id}/{from}/{file_id}
{
  "entity_id": 123,
  "donor_id": 123,
  "file_id": 123,
  "entities": [
    {}
  ],
  "donors": [
    {}
  ],
  "from": "<string>",
  "from_title": "<string>",
  "to": "<string>",
  "s": "<string>",
  "from_name": "<string>",
  "recipients": [
    {}
  ],
  "file": {},
  "thumbnail": "<string>",
  "link": "<string>",
  "profileThumb": "<string>"
}

Path Parameters

entity_id
integer
required

The id of the entity

donor_id
integer
required

The id of the donor

from
string
required

The sender of the message

file_id
integer
required

The id of the file attached to the message

Response

200 - application/json
Successful operation
entity_id
integer
donor_id
integer
file_id
integer
entities
object[]
donors
object[]
from
string
from_title
string
to
string
s
string
from_name
string
recipients
object[]
file
object
thumbnail
string
profileThumb
string