Skip to main content
POST
/
integrations
/
make
/
lists
/
add-recipient
Add a recipient (phone number) to a list
curl --request POST \
  --url https://smartsend-server.otherwise.co.il/integrations/make/lists/add-recipient \
  --header 'Content-Type: application/json' \
  --header 'x-organization-id: <api-key>' \
  --data '
{
  "listId": "<string>",
  "phoneNumber": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://smartsend-d755cc5e.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-organization-id
string
header
required

Your SmartSend Organization ID. Required on every request.

Body

application/json
listId
string
required

ID of the list to add recipient to

phoneNumber
string
required

Phone number in any format (972..., 05..., +972...)

Response

200

Recipient added to list successfully