Contacts Acquisition
Gere les contacts de ton CRM Saasy Acquisition via l'API.
Contacts Acquisition
Les contacts representent tes prospects et clients dans Saasy Acquisition. Tu peux les creer, lister, modifier et supprimer via l'API.
L'objet Contact
{
"id": "64b2c3d4e5f678901234567b",
"appId": "64a1b2c3d4e5f6789012345a",
"type": "contact",
"email": "alice@example.com",
"firstName": "Alice",
"lastName": "Martin",
"company": "Acme Inc",
"companyId": "64b2c3d4e5f678901234567c",
"phone": "+33 6 12 34 56 78",
"jobTitle": "CTO",
"website": "https://acme.com",
"address": "12 rue de la Paix",
"city": "Paris",
"country": "France",
"source": "api",
"tags": ["prospect", "saas"],
"score": 42,
"status": "qualified",
"emailVerified": true,
"unsubscribed": false,
"gdprConsent": true,
"customFields": { "plan": "enterprise" },
"createdAt": "2024-02-10T09:15:00.000Z",
"updatedAt": "2024-03-01T14:22:00.000Z"
}| Champ | Type | Description |
|---|---|---|
id | string | Identifiant unique du contact (ObjectId). |
appId | string | Identifiant de l'app associee. |
type | string | Toujours "contact" pour un contact. |
email | string | Adresse email du contact. |
firstName | string | Prenom. |
lastName | string | Nom de famille. |
company | string | Nom de l'entreprise (texte libre). |
companyId | string | Identifiant de la societe associee, si rattache. |
phone | string | Numero de telephone. |
jobTitle | string | Poste occupe. |
website | string | Site web. |
address | string | Adresse postale. |
city | string | Ville. |
country | string | Pays. |
source | string | Origine du contact : manual, import, prospection, form, api, enrichment. |
tags | array | Liste d'etiquettes pour la segmentation. |
score | integer | Score de qualification. |
status | string | Statut pipeline : new, contacted, interested, qualified, demo_scheduled, customer, lost, unsubscribed. |
emailVerified | boolean | Indique si l'email a ete verifie. |
unsubscribed | boolean | Indique si le contact est desabonne. |
gdprConsent | boolean | Indique si le consentement RGPD a ete donne. |
customFields | object | Champs personnalises (cle/valeur). |
createdAt | string | Date de creation au format ISO 8601. |
updatedAt | string | Date de derniere modification au format ISO 8601. |
Lister les contacts
GET
/acq/v1/contacts