Contact stores information about contact obtained as a result of, for example, "Choose Contact" task. The following are properties of Contact.

Property Type Description
contactID int ID of contact in Apple Contacts app
firstName String first name
lastName String last name
organization String organization/company
jobTitle String job title
department String department
birthday Date birthday
note String note
phones Array<Contact Phone> list of phones
phoneByLabel Map<String, Contact Phone> maps label to phone
emails Array<Contact Email> list of email addresses
emailByLabel Map<String, Contact Email> maps labels to email addresses
addresses Array<Address> list of addresses
addressByLabel Map<String, Address> maps labels to addresses
urls Array<Contact URL> list of URLs
urlByLabel Map<String, Contact URL> maps labels to URLs
instantMessages Array<Contact Instant Message> List of Instant Messages
instantMessageByLabel Map<String, Contact Instant Message> maps labels to Instant Messages
image Image image in full resolution

See also:
Variable Types
Action Environment
Tasks and Workflows
Actions

Next > Contact Email