Skip to main content
POST
/
integrations
/
make
/
flows
/
send
Trigger a bot flow by phone number
curl --request POST \
  --url https://smartsend-server.otherwise.co.il/integrations/make/flows/send \
  --header 'Content-Type: application/json' \
  --header 'x-organization-id: <api-key>' \
  --data '
{
  "phoneNumber": "<string>",
  "botId": "<string>",
  "buttonText": "<string>",
  "templateParams": {}
}
'

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
phoneNumber
string
required
botId
string
required
buttonText
string
templateParams
object

Override template parameters per template name. Keys are template names, values are string arrays. Example: { "order_confirmation": ["John", "ORD-123"] }

Response

200

Flow triggered successfully