Send Email
Send an email to one or more recipients. Emails are sent from Agent by Recoup <agent@recoupable.com>.
Body
Email payload
Recipient email address(es). Optional — when omitted, the email is sent to the authenticated account's own email address. Without a payment method on file, restricted to the account's own email; add a payment method to send to any recipient.
1["recipient@example.com"]Optional CC email addresses. Without a payment method on file, restricted to the account's own email; add a payment method to send to any recipient.
["cc@example.com"]Email subject line. Optional — when omitted, defaults to the first heading or line of the body, falling back to Message from Recoup if the body is empty.
"Weekly Pulse Report"
Plain text or Markdown body. Rendered as HTML via Markdown if no html is provided.
"# Pulse Report\n\nHere's your weekly summary."
Raw HTML body. Takes precedence over text when both are provided.
"<h1>Pulse Report</h1><p>Here's your weekly summary.</p>"
Optional custom email headers
Chat ID to include a chat link in the email footer. Use Create Chat to create one.
UUID of the account to send the email for. Only applicable when the authenticated account has access to multiple accounts via organization membership. If not provided, sends for the API key's own account.
Response
Email sent successfully
Whether the email was sent successfully
true
Human-readable result message
"Email sent successfully from Agent by Recoup <agent@recoupable.com> to recipient@example.com."
Resend email ID
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
