Zapier integration
Connect Sjocamp to 6,000+ apps — Notion, Airtable, Slack, your CRM — without writing code.
The Sjocamp Zapier app lets you wire Sjocamp into any tool Zapier supports: Notion databases, Airtable bases, Slack, HubSpot, Mailchimp, Google Sheets, and thousands more.
Connecting
- In Zapier, search for Sjocamp and add it as a connected app.
- When prompted, paste an API key from your Sjocamp account (Settings → API keys → Create key with the
zapierscope). - Zapier confirms the connection.
You can revoke the key at any time from the API keys page — the Zap stops immediately.
Triggers
Triggers fire a Zap when something happens in Sjocamp:
- New lead — fires for every signup on a chosen campaign
- Lead verified — fires when a pending lead verifies
- Referral earned — fires when a referrer gets credit for a new signup
- Reward earned — fires when a lead crosses a reward tier
Actions
Actions let a Zap do things in Sjocamp from another app’s trigger:
- Add lead — push a signup into a campaign (e.g., from a Typeform submission)
- Update lead — change custom field values or status
- Verify lead — flip status to verified
Searches
- Find lead by email — used as a “find or create” step in multi-step Zaps
Common recipes
- New lead → Slack message — get a ping in
#signupsfor every signup - New verified lead → Notion database — append to a CRM-style Notion table
- Stripe new customer → Update lead status — when a lead converts to paid, mark them
- Typeform submission → Add lead — use a Typeform as the form, push to Sjocamp
Webhook vs. Zapier
For real-time delivery (< 1 second) into your own backend, use webhooks directly. Zapier polls on an interval (typically every 1–15 minutes depending on your Zapier plan) so it’s not suitable for time-critical reactions.