# Webhook

### SETUP <a href="#heading-h.j4mjl4qpf8qv" id="heading-h.j4mjl4qpf8qv"></a>

Under ‘Edit’ in **Manage Location**, Click on the **Webhook Management** tab.

A list of all current webhooks for that location will appear. You can edit or add new webhooks.

![](https://2509010157-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4GRlhSJjbB4yPjM459z%2Fuploads%2Fvu33bZHErKVov6Jk6l8g%2FScreen%20Shot%202022-05-10%20at%2010.26.16%20AM.png?alt=media\&token=7a5f718c-a5da-45ae-9cc3-54bfc745b936)

### Add a Webhook <a href="#heading-h.f8snvyoficsc" id="heading-h.f8snvyoficsc"></a>

Click on the blue ‘Add Webhook’ button in the top right corner

![](https://2509010157-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4GRlhSJjbB4yPjM459z%2Fuploads%2FP3Ujxa01tfgCYp0wcc3T%2Fimage.png?alt=media\&token=151b010c-e495-4749-8c5a-97a69742a16e)

A user can choose:

* **Existing Templates**: Create a new webhook with a template that’s already made
* **Create Template**: Create a new template along with the webhook

![](https://2509010157-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4GRlhSJjbB4yPjM459z%2Fuploads%2FJlqYtS58eu38IF8oZvAn%2Fimage.png?alt=media\&token=c470137e-74bb-4472-9782-411fe9969e3e)

### Select From Existing Template <a href="#heading-h.anh9n0nwgpod" id="heading-h.anh9n0nwgpod"></a>

#### STEP 1: Basic Settings <a href="#heading-h.8m860ir0ixvy" id="heading-h.8m860ir0ixvy"></a>

![](https://2509010157-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4GRlhSJjbB4yPjM459z%2Fuploads%2FBAPBP8KqpNn1jWXf4y18%2Fimage.png?alt=media\&token=102989eb-55d4-4afa-9eb5-27468d490da2)

* **Webhook Name:** What you would like the webhook to be called
* **URL:** The endpoint the events will be sent to
* **Template:** What template you want to use. A list of templates available to your group will be listed here.

Click **Next** to go to the next step.

#### STEP 2: Advanced Settings <a href="#heading-h.tq8qorim4me5" id="heading-h.tq8qorim4me5"></a>

If you have a more advanced setup, you can add those details here

![](https://2509010157-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4GRlhSJjbB4yPjM459z%2Fuploads%2FI5r9VpI11igmPShGUSmG%2Fimage.png?alt=media\&token=edc2b2c6-b43e-4be6-9145-63ddb239c5af)

* **HTTP Header:** Select what HTTP Header is needed (you can add more than 1 by clicking the “+” icon
* **Value:** enter in your header value, for example: application/xml, or application/json
* **Success response code:** Select your success return response (examples 200, 201, 202, 203, 204)
* **HTTP Method:** Choose either POST or PUT

#### STEP 3: Summary <a href="#heading-h.gu0k0jyxeron" id="heading-h.gu0k0jyxeron"></a>

A summary will show your selections. If everything is correct, select ‘Finish’ to save your webhook.

The webhook will now appear in the available drop-down list where applicable

![](https://2509010157-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4GRlhSJjbB4yPjM459z%2Fuploads%2FtpAdeD8Ow6Z36QpOmhA5%2Fimage.png?alt=media\&token=76f222d4-2fc6-45b0-8461-227cad6e844b)

### Create Template <a href="#heading-h.ungqgvfx56mg" id="heading-h.ungqgvfx56mg"></a>

The second option is to click on “Create Template” on the main screen.

Once you click on “Create Template”, a list of new options will appear. This option is used if the template you want to use doesn’t already exist and needs to be created from scratch.&#x20;

![](https://2509010157-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4GRlhSJjbB4yPjM459z%2Fuploads%2FJRKtZViLownrplauyVfz%2F7?alt=media)

#### STEP 1: Basic Settings <a href="#heading-h.5ev4jk9u7q7o" id="heading-h.5ev4jk9u7q7o"></a>

![](https://2509010157-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4GRlhSJjbB4yPjM459z%2Fuploads%2Flc4WCIJoAYeXdSM5daXK%2Fimage.png?alt=media\&token=6d4eb641-4dab-47b1-b66b-8546f17f2491)

* **Webhook Name:** What you would like the webhook to be called
* **URL:** The endpoint the events will be sent to
* **Template:** What template you want to use
* **Template Name:** The name of your custom template
* **Template Group**: What Group you would like to assign the template to (who else can use it)
* **Template Type**: What type of template are you making (JSON or XML are current options)
* **Template Format:** Enter in the format of your template. This must be in the correct format, or you will receive an error and cannot move to the next screen.

The example below shows JSON Format with the fields: Firstname, Lastname, email

Once all the fields have been added, click Next to go to the next step.

![](https://2509010157-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4GRlhSJjbB4yPjM459z%2Fuploads%2FH6uN6y2CuybGG7Lrl9c7%2Fimage.png?alt=media\&token=1e8a08a5-0638-4f1e-be3d-931b17b2eb46)

#### STEP 2: Custom Data <a href="#heading-h.e0gasqjuc7km" id="heading-h.e0gasqjuc7km"></a>

Once you provide your template example, the fields will be extracted so you can correlate the AutoID data point to the correct field. The field in the drop-down is the data point that will be entered into the template when data is sent.

![](https://2509010157-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4GRlhSJjbB4yPjM459z%2Fuploads%2FRgcNAgQXpXcu7grQbmkS%2Fimage.png?alt=media\&token=0eec1fe9-3edc-464b-9823-11d0eeefc489)

Clicking on the drop-down fields will bring up the full list of possible tokens that can be used for each extracted data point. Select the data point that best fits what data you want to go into that field when a webhook is sent.

The data points are organized into different categories to make it easier to find what you are looking for.

![](https://2509010157-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4GRlhSJjbB4yPjM459z%2Fuploads%2F3okTJE03zTWmi2uyjvZ8%2Fimage.png?alt=media\&token=f505864d-9785-4ce2-b3e4-f07b64276f2a)

In the example below, I selected First Name for “first”, Last Name for “last”, and ANI for “phone”. When the webhook is sent, the first field will show the caller’s first name, the last field will show the caller’s last name, and the phone field will show the number of the person who called the location.

Click **Next** to Get to Advanced Settings.

![](https://2509010157-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4GRlhSJjbB4yPjM459z%2Fuploads%2FZ7UGO4n6hndzAkhFDO7V%2Fimage.png?alt=media\&token=02ada0eb-0d9d-43a6-a4ac-1eb153f47648)

#### STEP 3: Advanced Settings <a href="#heading-h.b132v0ab5fff" id="heading-h.b132v0ab5fff"></a>

If you have a more advanced setup, you can add those details here

* **HTTP Header**: Select what HTTP Header is needed (you can add more than 1 by clicking the “+” icon)
* **Value:** enter in your header value, for example application/xml, or application/json
* **Success response code**: Select your success return response (examples 200, 201, 202, 203, 204)
* **HTTP Method**: Choose either POST or PUT

Click **Next** to go to the Summary.

![](https://2509010157-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4GRlhSJjbB4yPjM459z%2Fuploads%2Fo2ZA2TsUZOafLwNvVvHt%2Fimage.png?alt=media\&token=cdfd9542-471e-4220-88e9-7077117149d7)

#### &#x20;<a href="#heading-h.opr3iohw5k8n" id="heading-h.opr3iohw5k8n"></a>

#### STEP 4: Summary <a href="#heading-h.9fm6vzw2m3wg" id="heading-h.9fm6vzw2m3wg"></a>

A summary will show your selections. If everything is correct, select ‘Finish’ to save your webhook.

The webhook will now appear in the available drop-down list where applicable

![](https://2509010157-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4GRlhSJjbB4yPjM459z%2Fuploads%2FyPY25BGkZoqTqo4ZQoDe%2Fimage.png?alt=media\&token=b1880d47-c030-40de-9fbc-12bb88edf4e9)

### WEBHOOK ENABLING <a href="#heading-h.4w7d9cnzup69" id="heading-h.4w7d9cnzup69"></a>

Once a webhook template has been created, you can enable webhooks at different areas of the system. The main places you can enable webhooks are:

#### **Call Treatments:**

For each treatment you create, you can enable a webhook to be sent. This allows for customization in what calls get sent into the third-party system or CRM. See [*Call Treatments*](https://support.autoid.com/docs/call-treatments#_call_treatment_webhook) for more info.

* Example: An IVR call treatment is set up to have Sales, Service, Parts. Webhooks are set up on the ‘Sales’ extension so only callers who push ‘Sales’ will have calls sent to the CRM.

![](https://2509010157-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4GRlhSJjbB4yPjM459z%2Fuploads%2FwIXM4mH9eH3N4xFLhJ3z%2Fimage.png?alt=media\&token=75046189-8406-4741-966f-a3274f441e1c)

#### Static Campaigns:

For each campaign you create, you can enable a webhook to be sent. This can be done either by adding a new campaign or editing an existing campaign. See [*Offline Marketing Campaigns* ](https://support.autoid.com/docs/location-management/offline-marketing-campaigns)for more info.

* Click the Webhook Dropdown to select the webhook that was created.
* Designate if the webhook will be sent at the beginning of the call or end of the call.

![](https://2509010157-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4GRlhSJjbB4yPjM459z%2Fuploads%2FP0jRfs31RpkPx2GYdeGL%2Fimage.png?alt=media\&token=96a24393-acd8-433d-8cb5-dd832ed38872)

#### DNI Campaigns: <a href="#heading-h.s3yegty0m2sl" id="heading-h.s3yegty0m2sl"></a>

For each DNI campaign, you create, you can enable a webhook to be sent. This can be done either by adding a new campaign or editing an existing one. See [*Digital Campaigns*](https://support.autoid.com/docs/location-management/digital-campaigns) for more info.

* Click the Webhook Dropdown to select the webhook that was created.
* Designate if the webhook will be sent at the beginning of the call or end of the call.

<figure><img src="https://2509010157-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd4GRlhSJjbB4yPjM459z%2Fuploads%2Fw10AHvL22p5nobh17xgD%2Fedit_dni.png?alt=media&#x26;token=9573252c-9a53-4e14-8036-710a570121fc" alt=""><figcaption></figcaption></figure>

### WEBHOOK OUTPUT <a href="#heading-h.7cxwhr9kjjfl" id="heading-h.7cxwhr9kjjfl"></a>

Once a webhook template has been set up and added to a campaign(s), webhooks will be sent to the endpoint specified:

**Endpoint:** *http(s)://\<Your URL>/\<Your Defined Path>)*

**Header Type:** *application/json* or *application/xml*

**Body Definitions:**

<table data-header-hidden><thead><tr><th width="224"></th><th width="150"></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Token Name</strong></td><td><strong>Category</strong></td><td><strong>Description</strong></td><td><strong>Example</strong></td></tr><tr><td>%callid%</td><td>call_begin</td><td>CallID - Unique Identifier of call</td><td>093cc03c.e6a4.6ac6.978f.740b10afeaca</td></tr><tr><td>%session_id%</td><td>call_begin</td><td>Session ID - ID for the users session</td><td>5da13c4f-753f-448a-81a1-12456785be20</td></tr><tr><td>%dialed_time%</td><td>call_end</td><td>Dialed Time - Full Duration including dial time</td><td>36</td></tr><tr><td>%answered_time%</td><td>call_end</td><td>Answered Time - Duration of connection time</td><td>29</td></tr><tr><td>%dialstatus%</td><td>call_end</td><td>DialStatus - Did remote party answer or not</td><td>ANSWER</td></tr><tr><td>%tracking%</td><td>call_begin</td><td>Tracking - The Tracking number dialed</td><td>7774839229</td></tr><tr><td>%ani%</td><td>call_begin</td><td>ANI - Telephone number of person calling</td><td>7776734736</td></tr><tr><td>%call_start_time%</td><td>call_begin</td><td>Call Start Time - The start time of call (Default: 24 hour GMT)</td><td>2019-03-28T00:05:00.000Z</td></tr><tr><td>%call_end_time%</td><td>call_end</td><td>Call End Time - The end time of call (Default: 24 hour GMT)</td><td>2019-03-28T00:05:30.000Z</td></tr><tr><td>%target%</td><td>dni</td><td>Target - The target destination</td><td>7776734700</td></tr><tr><td>%global_id%</td><td>dni</td><td>Global ID - Unique user identification</td><td>0f9cec2d1236e1234d8e123a7adff123</td></tr><tr><td>%landing_domain%</td><td>dni</td><td>Landing Domain - Domain Name of website consumer landed on</td><td>example.com</td></tr><tr><td>%repeat_caller%</td><td>call_begin</td><td>Repeat Caller - 1 or 0</td><td>1 (repeat caller)</td></tr><tr><td>%prompt_responses%</td><td>call_end</td><td>Treatment Response - Call Treatment Flow of consumer (Nested object)</td><td></td></tr><tr><td>%question%</td><td>call_end</td><td>Question Name</td><td>one</td></tr><tr><td>%question_link%</td><td>call_end</td><td>Link to audio file</td><td>http://app.example.com/prompts-qa/audio/-1/94f17d142e0e861bfa34.wav</td></tr><tr><td>%response%</td><td>call_end</td><td>What the caller pressed</td><td>1</td></tr><tr><td>%domain_name%</td><td>dni</td><td>Domain Name - Domain Name where DNI is installed</td><td>example.com</td></tr><tr><td>%campaign_name%</td><td>call_begin</td><td>Campaign Name - Campaign Name</td><td>Sales Campaign</td></tr><tr><td>%rec_audiourl%</td><td>call_end</td><td>Audio URL - Audio Recording in MONO MP3 Format</td><td>https://audio.example.com/MP3/202110/demo.e123.4d3c.41de.123468.mp3</td></tr><tr><td>%rec_audiowavurl%</td><td>call_end</td><td>Audio URL - Audio Recording in Stereo WAV Format</td><td>https://audio.example.com/MP3/202110/demo.e123.4d3c.41de.123468.wav</td></tr><tr><td>%ani_is_valid%</td><td>call_begin</td><td>Is Valid - 1 or 0</td><td>1 meaning it is a valid ANI</td></tr><tr><td>%ani_line_type%</td><td>call_begin</td><td>Line Type - Caller\s line type</td><td>Mobile/NonFixedVOIP/Landline/TollFree/FixedVOIP</td></tr><tr><td>%ani_carrier%</td><td>call_begin</td><td>Carrier - Caller\s Carrier</td><td>ATT/Verizon Wireless/T-Mobile USA</td></tr><tr><td>%ani_full_name%</td><td>call_begin</td><td>Full Name - Caller\s Full Name</td><td>Freddy Krueger</td></tr><tr><td>%ani_first_name%</td><td>call_begin</td><td>First Name - Caller\s First Name</td><td>Freddy</td></tr><tr><td>%ani_middle_name%</td><td>call_begin</td><td>Middle Name - Caller\s Middle Name</td><td>Charles</td></tr><tr><td>%ani_last_name%</td><td>call_begin</td><td>Last Name - Caller\s Last Name</td><td>Krueger</td></tr><tr><td>%ani_type%</td><td>call_begin</td><td>Type - Caller\s Home Type - (Single Family or Multi Family)</td><td>Charles</td></tr><tr><td>%ani_street_line_1%</td><td>call_begin</td><td>Street Line 1 - Caller\s Address Line 1</td><td>1428 Elm Street</td></tr><tr><td>%ani_street_line_2%</td><td>call_begin</td><td>Street Line 2 - Caller\s Address Line 2</td><td>Apt 2</td></tr><tr><td>%ani_city%</td><td>call_begin</td><td>City - Callers City Name</td><td>Springwood</td></tr><tr><td>%ani_zip%</td><td>call_begin</td><td>ZIP - Callers Zip Code</td><td>50035</td></tr><tr><td>%ani_zip4%</td><td>call_begin</td><td>ZIP4 - Callers Zip plus 4"</td><td>1001</td></tr><tr><td>%ani_state%</td><td>call_begin</td><td>State - Callers State Name</td><td>Ohio</td></tr><tr><td>%ani_country_code%</td><td>call_begin</td><td>Country Code - Caller Country Code</td><td>US</td></tr><tr><td>%ani_street_number%</td><td>call_begin</td><td>Street Number - Caller Street Number</td><td>1428</td></tr><tr><td>%ani_street_name%</td><td>call_begin</td><td>Street Name - Caller Street Name</td><td>Elm</td></tr><tr><td>%ani_street_type%</td><td>call_begin</td><td>Street Type - Caller Street Type</td><td>St</td></tr><tr><td>%ani_updated_at%</td><td>call_begin</td><td>Updated At - Caller Information last lookup data</td><td>13 Oct 2020 3:15:12 PM</td></tr><tr><td>%tags%</td><td>call_begin</td><td>Tags - Data used to identify and group campaigns (Nested object)</td><td>Region: south</td></tr><tr><td>%location_name%</td><td>location_info</td><td>Location - Name</td><td>Auto ID</td></tr><tr><td>%location_address_line_1%</td><td>location_info</td><td>Location - Address Line 1</td><td>157 Main Street</td></tr><tr><td>%location_address_line_2%</td><td>location_info</td><td>Location - Address Line 2</td><td>Apt 4</td></tr><tr><td>%location_address_city%</td><td>location_info</td><td>Location - City</td><td>Los Angeles</td></tr><tr><td>%location_address_zip%</td><td>location_info</td><td>Location - Zip</td><td>91741</td></tr><tr><td>%location_address_state%</td><td>location_info</td><td>Location - State</td><td>CA</td></tr><tr><td>%account_id%</td><td>location_info</td><td>Account ID - Client\s provided account number</td><td>26627332</td></tr><tr><td>%location_id%</td><td>location_info</td><td>Location ID - Client\s provided location ID</td><td>3242243</td></tr><tr><td>%page_id%</td><td>dni</td><td>Unique ID of the Web Page</td><td>e14eb2bb-b829-4d19-bf5a-da76ccffbf4e</td></tr><tr><td>%page_converted_on%</td><td>dni</td><td>Page Converted On - The page that your customer made the call</td><td>https://www.example.com/about_us.htm</td></tr><tr><td>%first_page_landed_on%</td><td>dni</td><td>First Page Landed On - The page that your customer first landed on your site</td><td>https://www.example.com</td></tr><tr><td>%vehicle_vin%</td><td>dni</td><td>Vehicle Identifier</td><td>1C6RRFFG9KN909808</td></tr><tr><td>%vehicle_year%</td><td>dni</td><td>Vehicle Year</td><td>2019</td></tr><tr><td>%vehicle_make%</td><td>dni</td><td>Vehicle Make</td><td>Ram</td></tr><tr><td>%vehicle_model%</td><td>dni</td><td>Vehicle Model</td><td>1500</td></tr><tr><td>%referral_domain%</td><td>dni</td><td>Referral Domain - Domain user was referred from</td><td>facebook.com</td></tr><tr><td>%medium%</td><td>dni</td><td>Medium Type - Paid|Organic|Direct|Referral|Other</td><td>Paid</td></tr><tr><td>%utm_source%</td><td>dni</td><td>UTM Source - Identifies source of traffic</td><td>facebook</td></tr><tr><td>%utm_medium%</td><td>dni</td><td>UTM Medium - Specifies the medium</td><td>like social or newsletter</td></tr><tr><td>%utm_campaign%</td><td>dni</td><td>UTM Campaign - Identifies the campaign the URL is part of</td><td>sales</td></tr><tr><td>%utm_content%</td><td>dni</td><td>UTM Content - Content user is directed to</td><td>123</td></tr><tr><td>%keyword%</td><td>dni</td><td>Keyword - Tracking</td><td>air conditioning</td></tr><tr><td>%gclid%</td><td>dni</td><td>GCLID - Google Click ID</td><td>xyz123</td></tr><tr><td>%ring_count%</td><td>call_end</td><td>Ring Count - Count of Rings before Answer</td><td>4</td></tr><tr><td>%site_id%</td><td>location_info</td><td>AutoIDs Site Identifier</td><td>4567</td></tr><tr><td>%domain_id%</td><td>location_info</td><td>AutoIDs Location Identifier</td><td>1234</td></tr><tr><td>%visitor_browser_family%</td><td>dni</td><td>Visitors - Browser Family</td><td>Firefox</td></tr><tr><td>%visitor_browser_version%</td><td>dni</td><td>Visitors - Browser Version</td><td>79</td></tr><tr><td>%visitor_device%</td><td>dni</td><td>Visitors - Device</td><td>Other</td></tr><tr><td>%visitor_country_code%</td><td>dni</td><td>Visitors - Country Code</td><td>US</td></tr><tr><td>%visitor_region%</td><td>dni</td><td>Visitors - Region</td><td>CA</td></tr><tr><td>%visitor_city%</td><td>dni</td><td>Visitors - City</td><td>Los Angeles</td></tr><tr><td>%visitor_ip_address%</td><td>dni</td><td>Visitors - IP Address</td><td>47.156.108.175</td></tr><tr><td>%visitor_operating_system%</td><td>dni</td><td>Visitors - Operating System</td><td>Mac OS X</td></tr><tr><td>%visitor_lat%</td><td>dni</td><td>Visitors - Latitude</td><td>34.153500</td></tr><tr><td>%visitor_long%</td><td>dni</td><td>Visitors - Longitude</td><td>-117.845700</td></tr></tbody></table>

#### Example JSON Output:

```
{
"callid": "093cc03c.e6a4.6ac6.978f.740b10afeaca",
"session_id": "5da13c4f-753f-448a-81a1-290bb7e5be20",
"dialed_time": "36",
"answered_time": "29",
"dialstatus": "ANSWER",
"tracking": "7774839229",
"ani": "7776734736",
"call_start_time": "2019-03-28T00:05:00.000Z",
"call_end_time": "2019-03-28T00:05:30.000Z",
"target": "7776734700",
"global_id": "0f9cec2d7556e9011d8e102a7adff138",
"landing_domain": "example.com",
"repeat_caller": "1 meaning it is a repeat caller",
"prompt_responses": [
	{
		"question": "one",
		"question_link": "http://app.example.com/prompts-qa/audio/-1/94f17d142e0e861bfa34.wav",
		"response": "1" 
	}
	],
"domain_name": "example.com",
"campaign_name": "Sales Campaign",
"rec_audiourl": "https://audio.example.com/MP3/202110/demo.e354.4d3c.41de.00f56e4c7078.mp3",
"rec_audiowavurl": "https://audio.example.com/MP3/202110/demo.e354.4d3c.41de.00f56e4c7078.wav",
"ani_is_valid": "1 meaning it is a valid ANI",
"ani_line_type": "Mobile/NonFixedVOIP/Landline/TollFree/FixedVOIP",
"ani_carrier": "ATT/Verizon Wireless/T-Mobile USA",
"ani_full_name": "Freddy Krueger",
"ani_first_name": "Freddy",
"ani_middle_name": "Charles",
"ani_last_name": "Krueger",
"ani_type": "Charles",
"ani_street_line_1": "1428 Elm Street",
"ani_street_line_2": "Apt 2",
"ani_city": "Springwood",
"ani_zip": "50035",
"ani_zip4": "1001",
"ani_state": "Ohio",
"ani_country_code": "US",
"ani_street_number": "1428",
"ani_street_name": "Elm",
"ani_street_type": "St",
"ani_updated_at": "13 Oct 2020 3:15:12 PM",
"tags":
	{
		"Region": "south",
		"Product": "12345"
	},
"location_name": "Auto ID",
"location_address_line_1": "157 Main Street",
"location_address_line_2": "Apt 4",
"location_address_city": "Los Angeles",
"location_address_zip": "91741",
"location_address_state": "CA",
"account_id": "26627332",
"location_id": "3242243",
"page_id": "e14eb2bb-b829-4d19-bf5a-da76ccffbf4e",
"page_converted_on": "https://www.example.com/about_us.htm",
"first_page_landed_on": "https://www.example.com",
"vehicle_vin": "1C6RRFFG9KN909808",
"vehicle_year": "2019",
"vehicle_make": "Ram",
"vehicle_model": "1500",
"referral_domain": "facebook.com",
"medium": "Paid",
"utm_source": "facebook",
"utm_medium": "like social or newsletter",
"utm_campaign": "sales",
"utm_content": "123",
"keyword": "air conditioning",
"gclid": "xyz123",
"ring_count": "4",
"site_id": "4567",
"domain_id": "1234",
"visitor_browser_family": "Firefox",
"visitor_browser_version": "79",
"visitor_device": "Other",
"visitor_country_code": "US",
"visitor_region": "CA",
"visitor_city": "Los Angeles",
"visitor_ip_address": "47.156.108.175",
"visitor_operating_system": "Mac OS X",
"visitor_lat": "34.153500",
"visitor_long": "-117.845700"
}


```

#### Supported Error Messages:

| **200 OK**         | Successful (Also can support 201, 202, 203, 204) |
| ------------------ | ------------------------------------------------ |
| **Ring to Number** | Error for retransmission once you’re back online |
