Zapier integration overview
What the official WundertreOS Zapier app can do.
The official WundertreOS Zapier app lets you connect your growth pipeline to 6,000+ apps without writing any code. It is implemented directly on top of the public API documented in this site — every Zapier trigger is a polling GET against /api-contacts, /api-deals, or /api-activities, and every action is a POST or PATCH against the same endpoints. Real‑time triggers (REST Hooks) use the webhook subscription endpoints.
What you can do
- Triggers: react to new or updated contacts, contacts that get tagged or enriched, and new or updated deals — see Triggers.
- Actions: create, update, or delete contacts, and find a contact — see Actions. Deals and activities are read-only over the public API today, so they power triggers and search steps, not actions.
- Search + Create combo: every Find step supports Zapier's "create if not found" toggle so you can de‑dupe contacts safely.
Authentication
The Zapier connection runs the standard OAuth 2.0 authorization code flow and stores a refresh token that's rotated on every refresh. Authenticated calls use Authorization: Bearer ….
Default Zapier scope set:
text
contacts:read contacts:write webhooks:read webhooks:writeWalk through the connect flow in Connect WundertreOS to Zapier.
