Actions5
Overview
This node integrates with the FindyMail API to perform various email and contact-related operations. Specifically, the "Verify Email" operation allows users to verify if an email address is valid and deliverable. This can be useful in scenarios such as cleaning up mailing lists, validating user input during sign-up processes, or ensuring that marketing campaigns target real and active email addresses.
Practical example: A marketing automation workflow could use this node to verify a list of collected email addresses before sending out newsletters, reducing bounce rates and improving sender reputation.
Properties
| Name | Meaning |
|---|---|
| The email address to verify. | |
| Additional Options | Optional settings; currently supports: |
| - Webhook URL: URL to receive the verification result asynchronously (optional). |
Output
The node outputs JSON data containing the response from the FindyMail API's email verification endpoint. This typically includes details about the validity and deliverability of the provided email address.
If a webhook URL is provided, the verification result may also be sent asynchronously to that URL.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating with the FindyMail API.
- The node makes HTTP POST requests to the FindyMail API endpoints.
- Optional webhook URL can be configured to receive asynchronous results.
Troubleshooting
- Missing Required Parameter: If the "Email" property is empty or missing, the node will throw an error indicating that the email is required.
- API Authentication Errors: Ensure that the API key credential is correctly configured and has the necessary permissions.
- Network Issues: Connectivity problems to the FindyMail API endpoint can cause request failures.
- Webhook URL Issues: If using the webhook URL option, ensure the URL is reachable and correctly handles incoming requests.
Links and References
- FindyMail API Documentation (for detailed API usage and response formats)