Skip to main content
POST
/
orgs
/
{org_id}
/
broadcasts
/
{broadcast_id}
/
send
/
test
Send a Broadcast Test
curl --request POST \
  --url https://api.useinvent.com/orgs/{org_id}/broadcasts/{broadcast_id}/send/test \
  --header 'Content-Type: application/json' \
  --data '
{
  "user_id": "<string>",
  "name": "<string>",
  "email": "<string>",
  "phone": "<string>"
}
'
{
  "user_id": "<string>",
  "name": "<string>",
  "email": "<string>",
  "phone": "<string>"
}

Path Parameters

org_id
string
required

Org ID

broadcast_id
string
required

Broadcast ID

Body

Schema for sending a broadcast test

user_id
string

The user ID of the contact channel

Maximum string length: 1024
name
string | null

The name for the contact channel (e.g. John Doe)

Maximum string length: 256
email
string

The email for the contact channel (e.g. [email protected])

Maximum string length: 256
phone
string

The phone number for the contact channel (e.g. +1234567890)

Maximum string length: 256

Response

200 - application/json

Schema for sending a broadcast test

user_id
string

The user ID of the contact channel

Maximum string length: 1024
name
string | null

The name for the contact channel (e.g. John Doe)

Maximum string length: 256
email
string

The email for the contact channel (e.g. [email protected])

Maximum string length: 256
phone
string

The phone number for the contact channel (e.g. +1234567890)

Maximum string length: 256