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.
Header Parameters
guidRequest Body
application/json
The phone number to send the message to, in international format (e.g., +1234567890)
1 <= lengthThe custom message content to include in the template
1 <= lengthcurl -X POST "https://api.sent.dm/v2/messages/quick-message" \ -H "x-sender-id: 00000000-0000-0000-0000-000000000000" \ -H "x-api-key: " \ -H "Content-Type: application/json" \ -d '{ "phoneNumber": "+1234567890", "customMessage": "Hello, this is a test message!" }'Send message to phone number POST
Sends a message to a phone number using a template. The phone number doesn't need to be a pre-existing contact. The message can be sent via SMS or WhatsApp. Optionally specify a webhook URL to receive delivery status updates. The customer ID is extracted from the authentication token.
Get paginated contacts GET
Retrieves a paginated list of contacts for the authenticated customer. Supports server-side pagination with configurable page size. The customer ID is extracted from the authentication token.