Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Update documentaion #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ cv en zapier
## Usage

### Create a new CiviCRM Zap on Zapier.com
- On your Zapier.com account, create a zap with App Event = CiviCRM.
- Log in to your Zapier.com (not platform.zapier.com) account.
- Create a zap from the menu on the left, with Event = CiviCRM.
- Choose Event = New Contact
- In the CiviCRM account field, setup a new account for your site as mentioned below.

- #### Connect your site account on Zapier.
- Website Base URL = your site base url Eg http:://www.example.com
- Api Key = api key of the permissioned contact.
- Api Key = api key of the permissioned cms contact. To make a new api key see: https://docs.civicrm.org/sysadmin/en/latest/setup/api-keys/
note: zapier only accepts keys of 30 characters or less.
- Key = CiviCRM site key found in civicrm.settings.php.

- When you view the zap - a hook URL is displayed. This is added to your civicrm extension settings. This hook can be viewed at `Administer => Zapier Hooks` menu page on your civicrm site.
Expand Down