POST
/
broadcasts
/
{id}
/
send
curl --request POST \
  --url https://api.amisend.com/broadcasts/{id}/send \
  --header 'Authorization: Bearer <token>'
{
  "message": "Emails queued"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the broadcast

Response

201
application/json

Emails queued successfully

The response is of type object.