Contact
Contact

Contact Endpoints

Contacts are related to enterprises. Each enterprise can have many contacts, but each contacts can belong to only one enterprise.

Contact Object

Property NameType
idinteger
namestring
surnamestring
surname_2string
emailstring
phonestring
phone2string
positionstring
linkedinstring
instagramstring
facebookstring
skypestring
enterprise_idinteger
commentsstring
mailchimp_unsubscribedstring
EXAMPLE
{
    "id": 10,
    "name": "Salesly",
    "surname": "Worker",
    "surname_2": null,
    "email": "worker@salesly.app",
    "phone": "938206362",
    "phone_2": null,
    "position": null,
    "skype": null,
    "linkedin": null,
    "comments": null,
    "created_at": "2023-10-24 15:09:18",
    "updated_at": "2023-10-24 15:09:18",
    "deleted_at": null,
    "mailchimp_unsubscribed": null,
    "instagram": null,
    "facebook": null,
    "nif": null,
    "enterprise_id": 1
}