Skip to main content
POST
/
api
/
v1
/
make
/
send-message
Make Send Message
curl --request POST \
  --url https://api.example.com/api/v1/make/send-message \
  --header 'Content-Type: application/json' \
  --data '
{
  "Message": "<string>",
  "From": "<string>",
  "To": "<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

From
string
required
To
string
required

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