Integrations / Salesforce
Salesforce phone and email validation
Validate leads and contacts in Salesforce through Flow HTTP callouts or your integration layer.
Why validate inside Salesforce
Salesforce orgs accumulate bad phone and email data from imports, web-to-lead and years of rep entry. Cleaning it once is a project; keeping it clean requires a check on create and update. Flow's HTTP Callout action can call LookupLab without Apex, and the response fields map straight to custom fields for reporting.
For orgs with a middleware layer (MuleSoft, Workato, Zapier), calling the API there is often simpler than building inside Salesforce.
Setup
- Add a Named Credential for https://lookuplab.io with an Authorization header.
- Create a Flow HTTP Callout action for GET /api/v1/phone/ with a number parameter.
- Trigger the Flow on Lead create and update, and write data.line_type and data.valid to custom fields.
- Build reports and validation rules on those fields.
What teams build with it
- Block landlines from SMS cadences in Sales Engagement.
- Flag leads with disposable emails before assignment.
- Data quality dashboards by carrier and line type.
Get a key and connect Salesforce
One API key, one credit pool, 1,000 free lookups to start. Phone, email, IP and DNS checks from a single endpoint, and you only pay for lookups that return an answer.
Start free Read the docsQuestions
Do I need Apex?
No. Flow HTTP Callout handles it. Apex works too if you prefer.
Is there an AppExchange package?
Not yet.
Related: HubSpotGoHighLevelPipedrive