Versions Compared

Key

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

...

  1. Create a Webhook that sends a text message to a Prospect or Customer's mobile phone. 
  2. Create a Webhook that sends a direct mail piece (postcard) to a Prospect or Customer's address.
  3. Create a Webhook that sends an alert to yourself. promotional marketing material to a Prospect or Customer (following an event, as a thank you, around the Holidays).
  4. Create a Webhook that leaves your Prospect and/or Customer an automated voice mailsends an alert to yourself
  5. Create a Webhook that creates a support ticket in your support console (create a case in Zendesk or in Salesforce.com). 

...

  • Webhook Name = The name of the Webhook.
  • Description = Description of the Webhook. 
  • URL = URL of the Webhook that Lead Liaison will call. Usually provided by the 3rd party. 
  • Insert Field Area = Used to insert any standard/custom Lead Liaison field into the Webhook URL. Place your cursor in the area in which you'd like to insert the variable and click the "Insert Field" button. 
  • Request Type = The format type of the Webhook sent from Lead Liaison to the receiving service in FORM/URL, JSON or XML format.  
  • Template:
    • In case of a POST request type:
      • you can use request encoding type as FORM/URL and make sure the template is written in this format: param_1=val_1&param_2=val_2
      • you can use request encoding type as JSON and make sure the template is written in JSON format. Note, the JSON post data must be valid. To validate it before writing it as a creating the template use this free toolhttp://jsonlint.com/.
    • In case of a GET request type:  Alternatively
      •  
      • alternatively, write the URL of the service in the URL field and the parameters in the template field "param_1=val_1&param_2=val_2". Lead Liaison will append the template to the service URL.
  • Request Token Encoding = Encoding format when the Request Type equals Post. Can be FORM/URL or JSON. 
  • Response Type =  The response type from the Webhook back to Lead Liaison (FORM/URL, JSON or XML). 

...