MailMoo
EndpointsSocial

Send a direct message

Sends a message to a lead through a connected sender profile. This contacts a real person and cannot be undone. The sender is the one already on the conversation; pass chatId to reply in an existing thread.

POST/social.sendMessage

Authorization

bearerAuth
AuthorizationBearer <token>

Enter your MailMoo API key (format: sk_live_...)

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/social.sendMessage" \  -H "Content-Type: application/json" \  -d '{    "leadId": "string",    "message": "string"  }'
null