Get a contact
get_contactRetrieve a complete contact record with linked appointments and form answers by providing a contactId or attendeeId, linking booking identity to stored contact.
Instructions
Return a full contact record including linked appointments and form answers. Accepts either a contactId or an attendeeId from an appointment and links booking identity to the stored contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | No | ||
| attendeeId | No | Attendee identifier returned with appointment details |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The contactId other tools take | |
| tags | No | ||
| No | |||
| notes | No | ||
| lastName | No | ||
| createdAt | No | ||
| firstName | No | ||
| formAnswers | No | Answers the contact gave on routing forms | |
| phoneNumber | No | ||
| appointments | No | Linked appointments | |
| accountOwnerId | No |