Contact Variables
Last updated
Last updated
@contact references the contact receiving the message. This is the active contact - the person whose responses are being handled by the workflow. When using the Send a Message to Someone Else action, @contact refers to the contact or group of contacts to which the message is being sent. Each extension, e.g. @contact.name or @contact.fields.[field_name], references a specific contact field.
@contact - The full name of the contact if one is set, otherwise their number, e.g. "Ben Haggerty"
@contact.name - Also the full name of the contact if one is set, e.g. "Ben Haggerty"
@contact.first_name - The first name of the contact if one is set, e.g. "Ben"
@contact.groups - The groups in which the contact has been placed.
@contact.uuid - The universally unique identifier assigned to each contact.
@contact.display - The name or URN of the contact. @contact.language - The language iso code for the contact. @contact.created_on - The creation date of the contact.
@contact.channel - The preferred channel of the contact.
@contact.fields.[field_name] - any contact fields you've created for your contacts, e.g. "@contact.age"