Latest API and SDK updates. Subscribe via RSS · Discord
Latest API and SDK updates. Subscribe via RSS · Discord
Introducing the Drafts API – compose and manage email drafts before sending. Create drafts, update them over time, schedule send times, and send when ready. Perfect for agents that need to build messages incrementally, support reply threading, or queue emails for later delivery.
New endpoints:
GET /drafts - List all drafts (with optional filters)GET /drafts/{draft_id} - Get a draftPOST /inboxes/{inbox_id}/drafts - Create a draft in an inboxPATCH /inboxes/{inbox_id}/drafts/{draft_id} - Update a draftPOST /inboxes/{inbox_id}/drafts/{draft_id}/send - Send a draftDELETE /inboxes/{inbox_id}/drafts/{draft_id} - Delete a draftDraft features:
in_reply_to and referencessend_at for delayed deliveryBuild agents that:
in_reply_toLearn more about composing and sending in our Drafts documentation.