Wire KWAYZER into 6,000+ apps — no code required.
Each trigger is backed by a webhook event. Register the endpoint under Settings → API; payloads are HMAC-signed with X-KWAYZER-Signature.
New Deal
Fires when a deal is created in any pipeline.
deal.created
Deal Won
Fires the moment a deal is marked won.
deal.won
New Contact
Fires when a contact is added to the CRM.
contact.created
Form Submitted
Fires when a marketing form receives a submission.
form.submitted
Intent Signal
Fires when a buying-intent signal is detected for an account.
intent_signal.detected
Hot Lead Detected
Fires when a contact crosses your lead-score threshold.
contact.enriched
Each action maps to a write endpoint on the REST API and uses your API key for authentication.
Create Contact
Add a new contact to the CRM.
POST /api/v1/contacts
Create Deal
Open a new deal in a pipeline.
POST /api/v1/deals
Create Campaign
Spin up a campaign from an external trigger.
POST /api/v1/campaigns
Ready to build? Generate an API key and explore every endpoint.
API reference