Stop sending mail to bad addresses. This flow checks each new contact in your CRM, marks if the address can receive mail, and flags records that need a fix. It suits teams that run direct mail or rely on clean contact data.
It begins when your CRM posts a webhook to n8n with the contact id and address fields. The Set Address Fields node maps the incoming data. The Address Verification request sends the street, city, state, and zip to Lob and gets a deliverability result. A Switch node reads that result. If deliverable, an HTTP request adds a verified tag in your CRM. If not deliverable, another HTTP request adds a different tag that can start a follow up action for your team. Other fields pass through so you can keep the record intact.
To run it, you need a Lob account and a webhook listener in your CRM. Expect faster list cleanup, fewer returned mail pieces, and clear routing for human review. Common uses include new lead capture, list imports from events, and preparing contacts for print campaigns. Setup takes a few minutes once your URLs and API key are ready.