I need help integrating an email address tester on hubspot. I want to remove the risk of sending email sequences to emails that are not verified and currently for this I have to extract my lists and do it manually via https://mailtester.ninja/
My idea is this; can I use this site’s API and integrate it with hubspot in order to automate the entire verification process and avoid having emails that end up rejected or in spam?
Thank you for your help
Hello,
Absolutely, integrating MailTester Ninja’s API directly with HubSpot is a practical solution to automate the email verification process. Here’s how you can do it:
-
API Key: First, ensure you have the API key from MailTester Ninja, which is necessary for integration.
-
HubSpot Setup: In HubSpot, navigate to ‘Integrations’ > ‘API Key’ to either get your HubSpot API Key or create a new one if you haven’t done so.
-
Create a Workflow: Utilize HubSpot’s workflows to set up a custom webhook action:
- Go to ‘Automation’ > ‘Workflows’, create a new workflow.
- Choose ‘Contact-based’ workflow.
- Use a ‘Trigger’ to start the workflow when contacts are added to your list.
- Add a ‘Webhook’ action, select ‘POST’ method, and input the API endpoint URL provided by MailTester Ninja.
- Include necessary headers and the API key in your request configuration.
- Save your webhook settings.
-
Field Mapping: Ensure that the email address from HubSpot is correctly mapped to the corresponding field expected by MailTester Ninja’s API.
-
Testing and Monitoring: Test the workflow with a few contacts to ensure emails are being verified correctly before fully automating the process.
-
Handle Responses: Based on the API response, you may add steps to tag or segment contacts accordingly, ensuring that only verified emails are included in your email sequences.
Please upvote this if it was a solution!
Thank you so much @aviafriat26 