Hello, how can you check and filter the inbox providers on clay? I don't want to send to any outlook accounts
You can check the ESP of your prospect within clay using HTTP API integration. Its from email guard ๐ ๐ฒ๐๐ต๐ผ๐ฑ: Post
๐๐ป๐ฑ๐ฝ๐ผ๐ถ๐ป๐: https://app.emailguard.io/api/v1/email-host-lookup
๐๐ฒ๐ฎ๐ฑ๐ฒ๐ฟ๐:
๐๐๐๐ต๐ผ๐ฟ๐ถ๐๐ฎ๐๐ถ๐ผ๐ป: Bearer EMAIL_GUARD_API_KEY
๐๐ผ๐ป๐๐ฒ๐ป๐-๐ง๐๐ฝ๐ฒ: application/json
๐๐ผ๐ฑ๐:
{"email":"workemail"}
Free by google: hit this end point by a get request
https://dns.google/resolve?name={DOMAIN}&type=MX
Hey there, thanks for the asnwers so far. To add a bit more context! To filter out Outlook accounts on Clay, you can use the HTTP API column feature to check the email domain's MX records. Here's how you can do it: * Extract the domain from the email addresses using Clay's enrichment feature. * Add a new HTTP API column to your table. * Set up the HTTP API column with the following settings: โข Method: GET โข Endpoint: https://dns.google/resolve?name=domain.com&type=MX โข Replace domain.com with the domain you extracted from the email addresses. * Run the column, and then check the MX record response. * If the response includes mail.protection.outlook.com, then you know it's an Outlook account. By following these steps, you can identify and filter out Outlook email accounts from your list before sending emails. If there's anything else I can assist you with, please let me know! ๐ Have a great Wednesday, Daniel
Hey there - just wanted to check in here to see if you needed anything else! Feel free to reply back here if you do.
We haven't heard back from you in a bit, so we're going to go ahead and close things out here - feel free to let us know if you still need something!