Skip to main content
POST
/
campaign
/
{campaign_id}
/
recipients
Add inline recipients
curl --request POST \
  --url https://api.staging.kathan.tech/campaign/{campaign_id}/recipients \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-User-ID: <api-key>' \
  --data '
{
  "recipients": [
    {
      "phone_number": "<string>",
      "metadata": {},
      "assistant_overrides": {}
    }
  ]
}
'
{}

Authorizations

Authorization
string
header
required

API key authentication.

X-User-ID
string
header
required

Required user id for API key requests.

Path Parameters

campaign_id
string
required

Body

application/json
recipients
RecipientPayload · object[]
required

Response

Successful Response

The response is of type Response Upload Campaign Recipients Public Campaign Campaign Id Recipients Post · object.