Once we have determined that the client is using WordPress, request client for WordPress login otherwise advise client they can set this up by sending up Webhook enquiries to our API.
Gravity Forms
We use Webhooks on Gravity Forms to send lead data to Property Shell Leads API. To do this, we must first create a new API Key:
1. In Property Shell, head into
- Settings
- API KEYS
- Add New:
Label: *Project X Website*
Permissions: Edit Leads and Campaigns
- Copy API KEY into URL: https://api.propertyshell.com/v2/lead/upsert?access-token={your_api_key}
2. Login to WordPress
3. Navigate to Forms
- Find and Install Webhooks Add-On
4. Navigate to Plugins
- Find and Install Handl UTM Grabber
5. Navigate to Forms
- Add x 4 Hidden Fields and rename each field to:
- utm_campaign
- utm_source
- utm_medium
- referrer: Advance > select *HTTP Referer URL*
6. Edit Webhook Settings:
Name: Enter Project Name Webhook
Requested URL: https://api.propertyshell.com/v2/lead/upsert?access-token={your_api_key}
Request Method: Post
Request Format: JSON
Request Headers Name: Content- Type
Value: Custom Type: application/JSON
Contact Form 7
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article