Skip to main content
POST
/
api
/
broadcasts
/
{id}
/
send
Send broadcast
curl --request POST \
  --url https://api.agentixx.io/api/broadcasts/{id}/send \
  --header 'Content-Type: application/json' \
  --header 'x-tenant-id: <api-key>' \
  --cookie better-auth.session_token= \
  --data '{}'
{
  "ok": true,
  "status": "<string>",
  "totalRecipients": 123
}

Authorizations

better-auth.session_token
string
cookie
required

Session cookie set by Better Auth on sign-in.

x-tenant-id
string
header
required

Tenant/workspace UUID. Required on all /api/* endpoints.

Path Parameters

id
string<uuid>
required

Body

application/json

Empty request body (action endpoint)

Response

Broadcast sending started

ok
boolean
required
status
string
required
totalRecipients
number
required