Send reply
send_replySend an email reply in an inbox thread, the SAME gated path as the dashboard composer: subscription, daily send cap, Gmail connection and the OUTREACH_TEST_MODE redirect are all enforced inside the send function. Guarded: without approval_token it returns {error:"approval_required", approval_token, summary} for the user to confirm; call again with the token. Every dashboard guardrail still applies: this is exactly what a user clicking the dashboard could do, no more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Plain-text reply body. | |
| enrollment_id | Yes | An enrollment_id from list_inbox_threads. | |
| approval_token | No | Approval token from a previous approval_required response, after the user said yes. |