POST
/
api
/
v1
/
make
/
send-message
Make Send Message
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"
}

Headers

X-API-Key
string | null

Body

application/json

MakeSendMessage - Input model for Make.com webhook

Response

Successful Response

MakeSendMessageResponse - Response model for Make.com webhook