Webhook

To enable asynchronous call responses (Webhooks), store the token provided in the initial API response.

Fields

FieldTypeDescription
TokenguidThis is the unique id in our system for your request.
SuccessbooleanDid we successfully process this request?
ResponseCodeintSee “Response Code Reference” for a description of each code
MessagestringA brief description of what happened.
ProcesseddatetimeoffsetThe current DTO of when we finished processing this request.
{
  "Success": true,
  "ResponseCode": 1,
  "Message": "Success",
  "Processed": "2017-06-12T05:45:24.1996732+00:00",
  "Token": "27C3CF6D-5542-4106-AF37-BF16045D6535"
}

Response Codes

Code(s)Description
0An unknown failure has occurred.
1The transaction was successful, no errors.
4The data provided for the Lead was invalid. For example, it could be missing required information such as Phone.
11, 19The CountryCode provided is invalid.
12An invalid Phone number was provided.
13Invalid data was provided.
16The Record does not exist.
23The area code provided is invalid.