Send a message
Response
Reply & forward
Replying derives the recipient, subject, and threading headers from the original message — you only supply the body:POST /messages/{id}/forward.
Idempotency
Pass a uniqueclient_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 returns422 with the blocked addresses —
protecting your sending reputation automatically.
