DayZ ProAutomations
Webhooks & events
Push campaign events into the rest of your stack via webhooks. Org-level automations fire for every workspace.
Build your CRM connection
The template runs on labeled demo data until a CRM is connected. After remixing, paste one of these prompts into Lovable's chat to have the CRM gateway wired to your provider.
Wire up HubSpot
Connect my HubSpot account: I've added HUBSPOT_API_KEY to my project secrets. Wire the existing CRM gateway so campaigns, lists, and performance data come from my portal instead of demo data.
Swap in Salesforce
Replace the CRM layer with Salesforce: keep the same gateway interface in src/lib/crm/ and implement the provider against the Salesforce REST API using a connected app token stored in project secrets.
Use a different CRM
I use a different CRM — ask me what it is, then implement a provider for it behind the existing src/lib/crm/ gateway interface, keeping demo data as the fallback when it's not configured.