Overview
X-Ray Pixel
X-Ray Pixel Installation Guide
Customizing X-Ray Capture Settings
Contact Suppression
X-Ray SDK for Custom Events
Leads & Audiences
Use Attributes to Save Lead Data for Audience Segmentation
Attributes Key
Import SMS/Email Contact List
How to Turn on Lead Alerts for X-Ray Website Visitors
Integrations
Email Integration
CRM Integrations
Mailchimp Integration
Klaviyo Integration
Sendlane Integration
HighLevel Integration
Google Sheets Integration
JSON Webhooks
Integration via Shopify's Custom API
Connect Your Salesforce Account
Connect to Applications via Zapier
Customers.ai ROI custom report in Klaviyo
How Do I Use a GET Connection?
Enable Email Suppression List
Clay Integration via Webhooks
Create Google Ads Custom Audience
Automate Data Import from Google Sheets to Google Ads
Finding your Google Ads Client ID, Secret Token and Customer ID
Analytics
FAQs
Bot Response Issues
My bot is Responding with the Default Message or a Different Message
My Bot Won't Respond at all
Bot Response Issues Overview
How to redeem your Facebook Ads Coupon
Handover Protocol
Create a Lookalike Audience from your Messenger Contacts
I Cannot Login or Sign up
I Cannot Connect the Page
Customer Chat Isn't Showing On My Website
User roles in your MobileMonkey Company
FAQ: Customers.ai Send Credits
Pricing & Plans
How to Get Approved for Facebook Subscription Messaging
Support Options
Do you have an Affiliate or Reseller Program?
Can't Find my Messages / Customer Conversations not in Inbox
Why am I getting Product Alerts from my Facebook Page?
Increase in my Number of Contacts
How Does Unsubscribe Work?
Send Overage Automatic Upgrades
FAQs about the CCPA
I Can't Find My Old Bot or my Dialogues
My Facebook page doesn't show up on the list of pages to connect
Why Do I Have To Sign Up With Facebook?
Why Do I Have to Sign Up for InstaChamp with My Facebook Login?
FAQ: MobileMonkey Legacy Subscriptions
FAQs about the CAN-SPAM Act
Remove other Connected Apps on your Business Integrations
Refreshing Your Facebook Connection
What's a Main Menu?
Facebook's 24-Hour Rule
FAQ: MobileMonkey Pricing Plans
Why can't I use SMS on a current plan?
Known Issues
Facebook Permissions Issues
Refresh Page Access Token Error/ Update Permissions
Too Many Bananas!
Issues with Ad Blockers & Privacy Extensions
Website Widget not Appearing on iOS 12.1
Report a Bug
Edit Your Facebook Permissions
How to test Synced Ads on Facebook Ads Manager
Public API
InstaChamp
Connecting your Instagram account to a Facebook page
Pre-requisites in Connecting an Instagram Page
Why do I need to sign up for InstaChamp with my Facebook login?
I cannot connect my Page to InstaChamp
InstaChamp Sign-up Process
My Facebook Page is connected to MobileMonkey. Can I still use InstaChamp?
How to Create Autoresponders on InstaChamp
How do I link my Instagram Account to a Facebook Page?
Troubleshoot: Autoresponders not sending
How do I switch to an Instagram Business Account?
Basic Guide to Autoresponders
How do I enable third-party access to messages?
How do I find my InstaChamp Ambassador referral link and get credit for sales I make?
How to Use the InstaChamp Ambassador Share Banner Library to Monetize Your Audience
WordPress Plugin
Install WP-Chatbot Plugin
Step 1: Connect A Page to WP-Chatbot
Step 2: Setup WP-Chatbot
Step 3: Customize WP-Chatbot
Step 4: Whitelist the Domain
Basic Troubleshooting for WP-Chatbot
Install Script on the Wordpress Website
Meta Ads Tools
- All Categories
- Integrations
- CRM Integrations
- JSON Webhooks
JSON Webhooks
Updated by Inga Supranovich
If you need to post data from Customers.ai directly to 3rd party system (which might be the custom CRM) Connections can be used.
Customers.ai will POST data to the Webhook and here are recommendations:
- make sure that the server accepts POST request
- make sure the body of the request is parsed correctly
- make sure that the server reads JSON format
From Customers.ai side set up will be as follows:
- Connection type preferably "Send contact data whenever a widget is reached"
- Paste URL
The payload URL is the URL of the server that will receive the webhook POST
requests.
- Request type should be POST
- Set up attributes that you'd like to post from Customers.ai to your system
If you require Advanced JSON setup, you will need to refer to your receiving App to determine the Advanced JSON format. There are also presets/Templates in Customers.ai that you can use:
Custom webhook can be created on GitHub, please follow the detailed instructions here https://developer.github.com/webhooks/creating/
Test Webhooks with: