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.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
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!" }'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 for authenticated customer 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.