Email

Send test email

Sends a test email with a sample PDF attachment to verify your email configuration. Rate limited to 25 emails per hour per automation.

post/sendTestEmail

Request body

automationIdstring required

The automation ID.

recipientstring email required

Email address to send the test to.

Response

Test email sent

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Test email sent successfully to test@example.com"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.