cURL
curl --request POST \ --url https://users.api.currentclient.com/api/v1/make/send-message \ --header 'Content-Type: application/json' \ --data '{ "Message": "<string>", "ContactNumber": "<string>" }'
{ "MessageId": "<string>", "Status": "sent" }
Send messages from Make through your CurrentClient account.
This endpoint requires an api key to be sent in the header of the request with the key X-API-Key.
To get an api key, please contact the CurrentClient team.
MakeSendMessage - Input model for Make.com webhook
The message text to send
Recipient phone number with country code (+1 for US numbers)
Successful Response
MakeSendMessageResponse - Response model for Make.com webhook
The ID of the sent message
Status of the message
Was this page helpful?