Skip to main content
POST
/
users
/
{user_id}
/
send_content
cURL
curl --request POST \
  --url https://app.fliqr.ai/api/users/{user_id}/send_content \
  --header 'Content-Type: application/json' \
  --header 'X-ACCESS-TOKEN: <api-key>' \
  --data '
{
  "messages": [
    {
      "message": {
        "text": "Hello world"
      }
    }
  ],
  "actions": [],
  "channel": "messenger"
}
'
This response has no body data.

Authorizations

X-ACCESS-TOKEN
string
header
required

Path Parameters

user_id
integer
required

Body

application/json
messages
array
actions
array
channel
enum<string>
Available options:
messenger,
sms,
whatsapp,
googleBM,
telegram,
instagram,
rcs,
viber,
omnichannel
message_tag
enum<string>

Only used by Messenger channel. Use Message channel to send messages outside 24h window

Available options:
CONFIRMED_EVENT_UPDATE,
POST_PURCHASE_UPDATE,
ACCOUNT_UPDATE

Response

default - undefined