cURL
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>"
Send an instant message to one or multiple recipients.
"Ping from Briq"
["255788344348"]
["group_id", "group_id"]
Successful Response
The response is of type any.
any