Skip to main content

Send a message

Response

Reply & forward

Replying derives the recipient, subject, and threading headers from the original message — you only supply the body:
Forward to new recipients with POST /messages/{id}/forward.

Idempotency

Pass a unique client_id to make sends safe to retry — a repeated client_id returns the original message instead of sending a duplicate:

Suppression & blocking

Before sending, SentFromAI drops recipients that are suppressed (a prior hard bounce or complaint) or on your block list. If no deliverable recipient remains, the send returns 422 with the blocked addresses — protecting your sending reputation automatically.