Versions Compared

Key

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

Table of Contents
minLevel1
maxLevel2

...

Each of the fields in the Inbound Call Routing section works together. Most fields include Tool Tips containing information about the field. These tips appear when you hover your cursor over the ? next to the field name.

...

Field Descriptions

Distribution Type

...

When a request is made to an Action Post Url, either a lead is created but not assigned (Prospect), or a lead is updated if we find an assigned lead (Application) from the same campaign by matching phone number.

EXAMPLE RESPONSES

Scenario 1: New prospect was created on Insellerate.

{

  "StatusCode": 1,

  "Data": {

...

  "ResponseDate": "2021-07-15T16:34:43.7042159Z"

}

Scenario 2: Matching applicationId (prospect that is assigned to an agent) from the campaign was found and information was updated using the request data.

{

  "StatusCode": 1,

  "Data": {

...

  "ResponseDate": "2021-07-15T16:34:43.7042159Z"

}

Scenario 3: No prospect is created due to matching prospect found (from the same campaign) that has not yet been assigned.

{

  "StatusCode": 1,

  "Data": {

...

  "ResponseDate": "2021-07-15T16:34:43.7042159Z"

}

Scenario 4: Scenario 4: Action Post found a matching applicationId, but there were no fields to update.

{

  "StatusCode": 2,

  "Data": {

...