Skip to main content
POST
/
v1
/
message
/
send-instant
Send Instant Message
curl --request POST \
  --url https://karibu.briq.tz/v1/message/send-instant \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <x-api-key>' \
  --data '{
  "content": "Ping from Briq",
  "recipients": [
    "255788344348"
  ],
  "sender_id": "<string>"
}'
"<any>"

Headers

X-API-Key
string
required

Body

application/json
content
string
required
Example:

"Ping from Briq"

recipients
string[]
required
Example:
["255788344348"]
sender_id
string
required
campaign_id
string | null
groups
string[] | null
Example:
["group_id", "group_id"]

Response

Successful Response

The response is of type any.

I