Session Summary

Sam asked how to connect the Meta Ads API to Litify Salesforce and whether Codex can carry the work.

What Was Accomplished

Recommendation

Build this as a small owned integration service, not as a browser-only Zap. The best first version is:

  1. Meta Lead Ads webhook receives a leadgen event.
  2. Service retrieves full lead details from Meta Graph API.
  3. Service normalizes phone, email, name, source campaign, ad set, ad, form, and tracking identifiers.
  4. Service upserts into Litify/Salesforce using a unique external ID such as Meta_Lead_ID__c on the correct intake or web-form object.
  5. Service logs every event locally and to Notion or routine outputs.
  6. A scheduled outbound job reads qualified Litify milestones and sends server-side events back to Meta Conversions API.

Suggested Next Steps