Skip to main content
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

Message
string
required

The message text to send

ContactNumber
string
required

Recipient phone number with country code (+1 for US numbers)

Response

Successful Response

MakeSendMessageResponse - Response model for Make.com webhook

MessageId
string
required

The ID of the sent message

Status
string
default:sent

Status of the message