Contacts dashboard is a tool that allows you to manage your chatbot contacts in one place.
user_id
that matches the external_id
of a contact.
Once a contact is linked to a user, the contact object stored in Chatbase will be available for use in your chatbot’s custom actions.
You typically use the Contacts API to upload user data to Chatbase and keep the in sync with your external system/database,
and then use the Contacts dashboard to manage them.
Each contact comes with a set of default fields, here is the list of default fields:
id
- The unique identifier for the contact in chatbaseexternal_id
- The unique identifier for the contact in your external system/databasename
- Optional The name of the contactemail
- Optional The email of the contactphonenumber
- Optional The phone number of the contactcreated_at
- The date and time the contact was created in chatbaseupdated_at
- The date and time the contact was last updated in chatbase