Sending messages
Send a direct message and reply in-thread.
- Authenticate
GET /v0/users/search?q=...— resolve recipient handle (no leading@)POST /v0/messageswith subject, body, and recipient handle — capturethreadId/messageIdGET /v0/messages/threads— confirm the thread- Reply:
POST /v0/messagesagain including the thread id GET /v0/messages/threads/{threadId}/messages/{messageId}— fetch body- Optional:
GET /v0/messages/unread
Subject to messaging/day entitlements. Profile: Users. Messaging concepts: Messaging.