Attendee
Details of an Attendee Drop
An Attendee is a record of an additional client who might be attending a meeting. This is kept separate from a client who is added into the main CRM database. This is because this data might not be linked together with primary client data both for data security and for GDPR reasons. Essentially because a client could say they are bringing other clients, you cannot assure that they have the right to assign that data, hence it is kept separate from other primary client data, and only recorded against each booking
Field | Usage / Description | Additional Information |
---|---|---|
id | {{attendee.id}} | Example: 5896-658995-65893 |
created_at | {{attendee.created_at}} | |
consent | {{attendee.consent}} | |
extra | {{attendee.extra}} | Example: {"any": "additional data"} |
extra_info | {{attendee.extra_infos}} | |
primary_attendee | {{attendee.primary_attendee}} | |
relationship | {{attendee.relationship}} | Example: friend, lawyer |
type | {{attendee.type}} | Example: external |
Updated over 1 year ago