Manage your workspace, integrations, and account.
External chatbots, CRMs, and onboarding flows push contacts into Whitelabel. Each agent gets its own key — the payload's chat_history drives personalization for email drips.
curl https://studio.whitelabel.ai/api/contacts/ingest \
-H "Authorization: Bearer wl_live_••••••d28e" \
-H "Content-Type: application/json" \
-d '{
"agent": "restore",
"name": "Sarah Tran",
"email": "sarah@example.com",
"channel": "external_chatbot",
"chat_history": [
{ "role": "user", "content": "I'm caring for my mum and feeling stuck." },
{ "role": "assistant", "content": "I hear you — what's the hardest part right now?" }
],
"metadata": { "source": "intercom", "external_id": "intercom-9134" }
}'Fires the sample curl against a sandboxed endpoint and shows the 201 response — no drip is actually scheduled.
Last 30 days · retained for 7 days with full payload
Pixels and conversion APIs that Whitelabel fires to measurement platforms. One switch per agent.
Fire page-view + conversion events on every runtime funnel for Meta Ads optimization.
Mobile conversion postbacks (install, trial, subscribe) cancel pending email drafts.
Stream runtime events into GA4 for funnel analytics alongside your marketing data.
Forward events into Segment so every destination in your stack gets them too.
Push contacts + engagement events into your CRM or any URL you own. HMAC-signed, retry with backoff.
Two-way sync: push contacts + engagement events into a Salesforce campaign.
Two-way contact sync; map Whitelabel agents to HubSpot list IDs automatically.
Trigger a Zap from any Whitelabel event (new contact, email opened, CTA clicked).
POST any Whitelabel event to your own backend URL. Signed with HMAC.
Pull facts from open-source and partner databases into quizzes, forms, and email personalization in real time. A clinic directory becomes a verified location picker; a drug reference becomes side-effect guidance.
Open-source database of vetted cancer centers and support clinics. Powers location pickers in quizzes and personalized 'nearest center' suggestions in email drips.
FDA-approved treatment protocols and common side-effect profiles. Enables grounded guidance in AI answers without hallucinating medical data.
Financial aid, transportation, lodging near hospitals, and mental health resources for patients and caregivers. Powers the 'local support' CTA on result pages.
Live feed from ClinicalTrials.gov filtered by cancer type and location. Surfaces relevant trials in AI answers when the user's profile matches eligibility criteria.
Upload a CSV or connect a REST endpoint with your own reference data. Whitelabel indexes it as a lookup table available in quiz branching, form dropdowns, and email tokens.