Bishop Health
Marketing Operations Lead Console
Webhook Live

Conversion Uploads

Every lead you dispositioned as Admitted (Converted) is matched to its original click ID and packaged into the offline-conversion format each ad platform expects. Push to platform sends the conversion file straight to the relevant ad account to close the attribution loop — or download the CSV to upload it yourself.

Inbound Webhook

Leads flow in automatically. Point your Google, Meta, and TikTok lead forms (or a connector like Zapier / LeadsBridge) at the endpoint below and each submission lands in the console in real time — no manual import.

Endpoint

Send an HTTP POST with a JSON body for each new lead.

POST https://hooks.bishophealth.com/leads/ingest
Listening — last lead received just now

Expected payload

Source is read from platform; the matching click ID is captured for conversion uploads. Unknown fields are stored on the lead.

{ "platform": "google", // google · meta · tiktok · other "first_name": "Jane", "last_name": "Doe", "phone": "(207) 555-0100", "email": "jane@email.com", "gclid": "Cj0KCQjw...", // or fbclid / ttclid "campaign": "ME - Depression Treatment", "adset": "Portland Exact", "ad": "Calm Path Video", "keyword": "depression treatment near me" }

Test the connection

Fire a sample payload to confirm leads land in the console.