KWAYZER for Zapier

Wire KWAYZER into 6,000+ apps — no code required.

Heads up: the KWAYZER Zapier app is currently pending review. The API that powers it is fully live today — build against it directly via the REST API and your existing webhooks while the listing is approved.

Triggers

— Zapier listens, your Zap runs.

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.

webhook

deal.created

Deal Won

Fires the moment a deal is marked won.

webhook

deal.won

New Contact

Fires when a contact is added to the CRM.

webhook

contact.created

Form Submitted

Fires when a marketing form receives a submission.

webhook

form.submitted

Intent Signal

Fires when a buying-intent signal is detected for an account.

webhook

intent_signal.detected

Hot Lead Detected

Fires when a contact crosses your lead-score threshold.

webhook

contact.enriched

Actions

— your Zap writes into KWAYZER.

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.

api

POST /api/v1/contacts

Create Deal

Open a new deal in a pipeline.

api

POST /api/v1/deals

Create Campaign

Spin up a campaign from an external trigger.

api

POST /api/v1/campaigns

Ready to build? Generate an API key and explore every endpoint.

API reference