Overview
This node integrates with the Email3Pl service, allowing users to perform email-related operations within n8n workflows. It is useful for scenarios where automated email sending, management, or processing is required, such as marketing campaigns, transactional email delivery, or email notifications.
Use Case Examples
- Sending batch emails to a list of recipients with controlled request throttling.
- Using proxy settings to route email API requests through a specific network.
- Handling SSL certificate issues by allowing insecure connections when necessary.
Properties
| Name | Meaning |
|---|---|
| Request Options | Settings to control how requests to the Email3Pl API are made, including batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
operation- The operation performed by the node.resource- The resource targeted by the operation.data- The data returned from the Email3Pl API after executing the operation.
Dependencies
- Requires an API key credential for Email3Pl API authentication.
Troubleshooting
- If requests fail due to SSL certificate issues, enable the 'Ignore SSL Issues (Insecure)' option to bypass validation.
- Batching settings must be configured correctly; setting batch size to -1 disables batching, 0 is treated as 1.
- Ensure proxy URL is correctly formatted, including authentication if required.
- Timeout should be set appropriately to avoid premature request abortion, especially for slow API responses.