Webhooks

Since every CRM, Integration Service, and API are a little different we have setup our Endpoints and the available Field/Value Pairs that will be required accordingly.

Your Users will not gain access to the tools and data until they have been properly "Authorized" into the system.

Webhook Basic Links

  • Setup New User Account - Setup all Users.
  • Update Existing Account - Update User account.
  • Fully Cancel User Account - Close User account.

Every Webhook transmission will require their Email Address and CRM Contact ID to validate and update their accounts.

All other Value Pairs are relative to the actions being taken.

Below are the available Field/Value Pairs for use. Hit the arrow for any Value to see other allowed options.
cid
=>
Contact ID
?
email
=>
Email Address
?
firstn
=>
First Name
?
lastn
=>
Last Name
?
mktlvl
=>
USA
?
mkt1
=>
440
?
order
=>
?
cycle
=>
?
start
=>
?
end
=>
?

*Always Required Fields.
Purchase/Order Specific Fields.

Example 01: New Buyer

Let's say you sell a Bundled Subscription Product that will include these Plugin Tools for the Entire USA(ID: 440). You named your hypothetical product "REI Premium Bundle". The Customer will only pay $39 up front with your offer and then will pay $97 a Month.

Below is what you would setup in your prefered service to send the HTTP Post for each Customer/Buyer.


Setup New User Account:

Values To Be Sent

cid
=>
29183
email
=>
johnny@wherever.com
firstn
=>
John
lastn
=>
Smith
mktlvl
=>
Entire USA
mkt1
=>
440
order
=>
new
cycle
=>
monthly
start
=>
now
end
=>
no

Example 02: Upgrade Customer

Let's say you have a customer who just Upgraded their account from their "REI Premium Bundle" Monthly Subscription to your new Annual subscription. They will only pay $258 up front, and then will pay $297 a Year moving forward.

Below is what you would setup in your prefered service to send the HTTP Post for each Customer/Buyer.


Update Existing Account:

Values To Be Sent

cid
=>
29183
email
=>
johnny@wherever.com
cycle
=>
annual
start
=>
now
end
=>
no