Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To create a Webhook in Lead Liaison go to Settings > App Setup > Webhooks and follow the instructions below. 

  • Make sure to add the Webhook app to your instance if it's not already installed. Click the App Cloud link on the top of the page, located the Webhook app and install it. 
  • Click Add New Webhook
  • A popup similar to the one below will appear

...

  • Enter in the following values for each field
    • Webhook Name: Anything you want. This name will be what you'll use to search with when you add the "Call Webhook" action. 
    • Description: Anything you want. 
    • URL: http://postcardservices.com/api/mgapi.asp?
    • Request Type: POST
    • Request Token Encoding: FORM/URL
    • Response Type: XML
    • Template: Copy and Paste the code below and replace all parameters in ALL CAPS (below) with your information from your Direct Mail Manager account. 
      • YOUR_API_KEY and YOUR_CUSTOMER_ID can be found in the Update My Account area of your Direct Mail Manager account. 
      • YOUR_CAMPAIGN_ID (or Order ID) is listed next to your campaigns on the Direct Mail Manager main page.
      • YOUR_EMAIL_LOGIN is the email address you use to login to your Direct Mail Manager account. 

...