Resources
Guides, tutorials, API recipes, and MCP walkthroughs for keeping lead and CRM data clean. Every example calls a real Zapinner endpoint — copy, paste, and run it.
API Recipes
Copy-paste requests for a single, well-defined task against a real endpoint.
Normalize a Phone Number
Turn a phone number in any local format into a consistent E.164 string with one API call.
ReadDeduplicate a Lead List
Collapse exact and near-duplicate leads into one record each, with a confidence score on every match.
ReadValidate CRM Data Before Import
Reject malformed records at the boundary with a clear reason, so only clean data reaches your CRM.
ReadMatch Two Customer Records
Check whether an incoming record refers to an existing customer before you insert it, with a confidence score.
ReadTransform Webhook Data
Reshape an inbound webhook payload into the exact schema your application expects, with field renames and type conversion.
Read