curl --request POST \
--url https://api.fello.ai/public/v1/contact \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"email": "[email protected]",
"name": "Miller Davis",
"phone": "1234567890",
"tags": [
"HOT LEAD"
],
"address": "<string>",
"crmFields": {
"name": "ExampleCRM",
"url": "https://example.com/crm/1234567890",
"source": "API",
"stage": "Lead",
"createdDate": "2025-01-01T00:00:00.000Z"
},
"assignedUserEmailId": "[email protected]"
}
'{
"contact": {
"contactId": "Fello's unique identifier for a contact.",
"name": "Miller Davis",
"phone": "1234567890",
"email": "[email protected]",
"emailStatus": "Valid",
"recordStatus": "Marketing",
"createdAt": "2025-01-01T00:00:00.000Z",
"tags": [
"HOT LEAD"
],
"engagement": {
"numOfFormSubmissions": 123,
"lastFormSubmissionDate": "2025-01-01T00:00:00.000Z",
"numOfEmailSends": 123,
"lastEmailSentDate": "2025-01-01T00:00:00.000Z",
"numOfEmailOpens": 123,
"lastEmailOpenDate": "2025-01-01T00:00:00.000Z",
"numOfEmailClicks": 123,
"lastEmailClickDate": "2025-01-01T00:00:00.000Z",
"numOfDashboardViews": 123,
"lastDashboardViewedDate": "2025-01-01T00:00:00.000Z",
"numOfDashboardClicks": 123,
"lastDashboardClickedDate": "2025-01-01T00:00:00.000Z"
},
"properties": [
{
"propertyId": "<string>",
"address": {
"aptOrUnitNumber": "6",
"streetAddress": "Main St",
"city": "Anytown",
"county": "Cuyahoga",
"state": "OH",
"zip": "44022"
}
}
],
"crmFields": {
"name": "ExampleCRM",
"url": "https://example.com/crm/1234567890",
"source": "API",
"stage": "Lead",
"createdDate": "2025-01-01T00:00:00.000Z"
},
"leadScore": 90,
"assignedUserEmailId": "<string>",
"proofOfConsentUrl": "<string>"
},
"warnings": [
"InvalidInputAddress"
]
}Creates a new contact in Fello.
curl --request POST \
--url https://api.fello.ai/public/v1/contact \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"email": "[email protected]",
"name": "Miller Davis",
"phone": "1234567890",
"tags": [
"HOT LEAD"
],
"address": "<string>",
"crmFields": {
"name": "ExampleCRM",
"url": "https://example.com/crm/1234567890",
"source": "API",
"stage": "Lead",
"createdDate": "2025-01-01T00:00:00.000Z"
},
"assignedUserEmailId": "[email protected]"
}
'{
"contact": {
"contactId": "Fello's unique identifier for a contact.",
"name": "Miller Davis",
"phone": "1234567890",
"email": "[email protected]",
"emailStatus": "Valid",
"recordStatus": "Marketing",
"createdAt": "2025-01-01T00:00:00.000Z",
"tags": [
"HOT LEAD"
],
"engagement": {
"numOfFormSubmissions": 123,
"lastFormSubmissionDate": "2025-01-01T00:00:00.000Z",
"numOfEmailSends": 123,
"lastEmailSentDate": "2025-01-01T00:00:00.000Z",
"numOfEmailOpens": 123,
"lastEmailOpenDate": "2025-01-01T00:00:00.000Z",
"numOfEmailClicks": 123,
"lastEmailClickDate": "2025-01-01T00:00:00.000Z",
"numOfDashboardViews": 123,
"lastDashboardViewedDate": "2025-01-01T00:00:00.000Z",
"numOfDashboardClicks": 123,
"lastDashboardClickedDate": "2025-01-01T00:00:00.000Z"
},
"properties": [
{
"propertyId": "<string>",
"address": {
"aptOrUnitNumber": "6",
"streetAddress": "Main St",
"city": "Anytown",
"county": "Cuyahoga",
"state": "OH",
"zip": "44022"
}
}
],
"crmFields": {
"name": "ExampleCRM",
"url": "https://example.com/crm/1234567890",
"source": "API",
"stage": "Lead",
"createdDate": "2025-01-01T00:00:00.000Z"
},
"leadScore": 90,
"assignedUserEmailId": "<string>",
"proofOfConsentUrl": "<string>"
},
"warnings": [
"InvalidInputAddress"
]
}The API Key generated from your Fello account.
Full Name of the contact.
64"Miller Davis"
Phone number of the contact.
32"1234567890"
Tags that you want to associate with the contact.
32["HOT LEAD"]Property address to be associated with the contact.
256Show child attributes
Name of the CRM for a contact.
64"ExampleCRM"
The CRM URl of a contact.
256"https://example.com/crm/1234567890"
CRM source of the contact
64"API"
The CRM stage of a contact.
64"Lead"
The date a contact was created in the CRM.
"2025-01-01T00:00:00.000Z"
The email address of the user you want to assign to a contact.
Success
Show child attributes
"Fello's unique identifier for a contact."
Full Name of the contact
"Miller Davis"
Phone number of the contact
"1234567890"
Primary Email of the contact
Invalid, Valid, Pending "Valid"
Marketing, NonMarketing "Marketing"
Contact Created Date
"2025-01-01T00:00:00.000Z"
Tags associated with the contact
["HOT LEAD"]Show child attributes
"2025-01-01T00:00:00.000Z"
"2025-01-01T00:00:00.000Z"
"2025-01-01T00:00:00.000Z"
"2025-01-01T00:00:00.000Z"
"2025-01-01T00:00:00.000Z"
"2025-01-01T00:00:00.000Z"
Show child attributes
Show child attributes
Apartment / Unit number
"6"
Street Address
"Main St"
City name
"Anytown"
County name
"Cuyahoga"
State abbreviation
"OH"
Zip code
"44022"
Show child attributes
Name of the CRM for a contact.
64"ExampleCRM"
The CRM URl of a contact.
256"https://example.com/crm/1234567890"
CRM source of the contact
64"API"
The CRM stage of a contact.
64"Lead"
The date a contact was created in the CRM.
"2025-01-01T00:00:00.000Z"
Lead Score for this contact
90
InvalidInputAddress Was this page helpful?