Legacy API Notice: This documentation covers the Legacy Sent API (v2). While this API remains fully supported, we recommend new integrations use the latest Sent API v3 for enhanced features, improved performance, and long-term support.

Send quick message with default template (rate limited to 5 per day)

Sends a message to a phone number using the default template. This endpoint is rate limited to 5 messages per customer per day. The customer ID is extracted from the authentication token.

POST
/v2/messages/quick-message

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.sent.dm/v2/messages/quick-message" \  -H "Content-Type: application/json" \  -d '{    "phoneNumber": "+1234567890",    "customMessage": "Hello, this is a test message!"  }'
Empty
Empty
Empty