API Reference/Endpoints
Create a draft
POST/api/linkedin/gateway/drafts
Saves an unsent email as a draft in the connected mailbox, for the account holder to review or send later from their own mail client.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Body parameters
Warmably's gateway currently only forwards JSON request bodies. The underlying draft endpoint also accepts an
attachments field for binary file uploads, but that field isn't usable through this route yet.Response fields
Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. The account_id doesn't belong to this key.