Zapier Integration
This guide explains how to use Zapier as a bridge to send contact data from thousands of applications (like Google Forms, Shopify, Calendly, etc.) to your Orkap Contacts library via an incoming webhook.
Prerequisites
- An active Orkap account
- An active Zapier account
- Access to the application you want to trigger the Zap (e.g., Google Sheets, Gmail, Typeform)
Step 1: Create an Incoming Webhook in Orkap
First, you need to generate the destination endpoint in Orkap that will receive the data from Zapier.
- Log in to your Orkap dashboard
- Navigate to the Webhooks or Integrations section
- Click on "Create New Webhook" or "Add Incoming Webhook"
- Orkap will generate a unique public URL. This is your API endpoint
- Copy this generated URL carefully. You will need it in Step 3. The URL will look similar to this:
https://fusion.orkap.com/webhooks/whe_xxxxxxxx/receive/xxxxxxxxxxx
[SCREENSHOT: Orkap webhook creation screen with the new URL visible]
Step 2: Set Up the Trigger in Zapier (The "This" Part)
A Zap is an automation that consists of a Trigger ("When this happens...") and an Action ("...then do this").
- Log in to your Zapier account and click "Create Zap"
- Choose a Trigger App: Search for and select the application where your contact data originates. Popular examples:
- Google Sheets (Trigger: "New Row Added")
- Typeform/Google Forms (Trigger: "New Form Response")
- Calendly (Trigger: "New Invitee")
- Shopify (Trigger: "New Customer")
- Follow Zapier's prompts to connect your account and select the specific trigger event
- Test the Trigger: Zapier will ask you to fetch a sample record. Ensure this test is successful
[SCREENSHOT: Zapier trigger selection screen showing popular apps]
Step 3: Set Up the Action in Zapier (The "That" Part)
Configure Zapier to send data from your trigger app to your Orkap webhook.
- Click "Add Step" and choose "Action"
- Choose an Action App: Search for and select "Webhooks by Zapier"
- Choose an Action Event: Select "POST" as the action event
- Click "Continue"
Configure the Webhook Action
- In the settings panel, configure the action:
- URL: Paste your Orkap Incoming Webhook URL from Step 1
- Payload Type: Select
Jsonfrom the dropdown menu - Data: Map the data from your trigger to Orkap's required fields
Map the Data Fields
- Create key-value pairs in the Data section:
- First Key:
email - Value: Select the email field from your trigger data
- Click "Add Item"
- New Key:
name - Value: Select the name field from your trigger data
- (Optional) Add more fields as needed (e.g.,
phone,company)
[SCREENSHOT: Webhooks by Zapier action configuration showing key-value mapping]
Step 4: Test and Turn On Your Zap
- Click "Continue" and then "Test Action"
- Look for "Status: 200" or similar success message
- Check your Orkap Contacts section to verify the test contact appeared
- Click "Publish Zap" or "Turn On Zap" to activate
[SCREENSHOT: Successful Zapier test result with 200 status code] [SCREENSHOT: Orkap contacts list showing new test contact]