MillionSend Docs
Referência da APIEndpointsBroadcastsIdSend

/broadcasts/{id}/send

POST
/broadcasts/{id}/send

Path Parameters

id*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/broadcasts/497f6eca-6276-4993-bfeb-53cbbbba6f08/send" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "finishes_at": "string",  "estimated": true,  "warning": {    "code": "paced",    "days": 0,    "message": "string"  }}