post
https://connect-test.relintex.net/api/v1/lead
Add lead webhook. This will accept the lead add request with required data.
Request body
| Parameter | Type | Description |
|---|---|---|
| ref_id* | string | Lead ID (this will be used for further interactions between 2 systems) |
| first_name* | string | First name |
| middle_name | string | Middle name |
| last_name* | string | Last name |
| dob | date | Date of Birth - format: MM/DD/YYYY |
| ssn | string | Social security number |
| marital_status | enum | Marital Status (value can be: Single,Married,Married/Domestic,Partner,Divorced,Widowed,Separated,Engaged,Other) |
| phone* | string | Contact number |
| string | Email address | |
| address* | string | Contact address |
| address2 | string | Contact address line 2 |
| city* | string | City |
| state* | string | State short code |
| zip* | string | Address zip code |
| cc_first_name | string | Co Client First Name |
| cc_middle_name | string | Co Client Middle Name |
| cc_last_name | string | Co Client Last Name |
| cc_phone | string | Co Client Phone |
| cc_dob | string | Co Client date of birth - format: MM/DD/YYYY |
| cc_ssn | string | Co Client Social security number |
| cc_email | string | Co Client Email |
| tcpa | enum | TCPA Disclosure (value can be : none/agree/disagree) |
| owner | string | Owner |
| debt_amount | numeric | Estimated debt amount |
| src_alias | string | Lead Source Alias |
| src_detail | string | Lead Source detail |
| utm_src | string | UTM Source |
| utm_campaign | string | UTM Campaign |
| utm_keyw | string | UTM keyword |
| utm_medium | string | UTM Medium |
| lang | string | Language |
| note | string | Note |
