Skip to content

Contacts

Contacts, phone calls, and FaceTime.

import Contacts;

call

Calls the phone number passed in as input.

call(IntentAppDefinition: Text, WFCallContact: Text)
ParameterTypeDefault
IntentAppDefinitionText[object Object]
WFCallContactText

Shortcuts action: com.apple.mobilephone.call

contacts

Passes the specified contacts to the next action.

contacts(WFContact: Text) -> Any
ParameterTypeDefault
WFContactText

Shortcuts action: is.workflow.actions.contacts

editContact

editContact()

Shortcuts action: is.workflow.actions.setters.contacts

emailAddress

Passes the specified email addresses to the next action.

emailAddress(WFEmailAddress: Text) -> Text
ParameterTypeDefault
WFEmailAddressText

Shortcuts action: is.workflow.actions.email

facetime

Calls the contact passed in as input using FaceTime.

facetime(IntentAppDefinition: Text, WFFaceTimeType: Text, WFFaceTimeContact: Text)
ParameterTypeDefault
IntentAppDefinitionText[object Object]
WFFaceTimeTypeText"Video"
WFFaceTimeContactText

Shortcuts action: com.apple.facetime.facetime

findContacts

findContacts()

Shortcuts action: is.workflow.actions.filter.contacts

getDetailsOfContacts

getDetailsOfContacts()

Shortcuts action: is.workflow.actions.properties.contacts

newContact

Creates a new contact.

newContact(WFContactFirstName: Text, WFContactLastName: Text, WFContactCompany: Text, WFContactPhoto: Any, WFContactPhoneNumbers: Text, WFContactEmails: Text, WFContactNotes: Text, ShowWhenRun: Boolean) -> Any
ParameterTypeDefault
WFContactFirstNameText
WFContactLastNameText
WFContactCompanyText
WFContactPhotoAny
WFContactPhoneNumbersText
WFContactEmailsText
WFContactNotesText
ShowWhenRunBooleantrue

Shortcuts action: is.workflow.actions.addnewcontact

phoneNumber

Passes the specified phone numbers to the next action.

phoneNumber(WFPhoneNumber: Text) -> Text
ParameterTypeDefault
WFPhoneNumberText

Shortcuts action: is.workflow.actions.phonenumber

selectContact

Prompts to pick a person from your contacts and passes the selection to the next action.

selectContact(WFSelectMultiple: Boolean) -> Any
ParameterTypeDefault
WFSelectMultipleBoolean

Shortcuts action: is.workflow.actions.selectcontacts

selectEmailAddress

Prompts to pick an email address from your contacts and passes the selection to the next action.

selectEmailAddress() -> Text

Shortcuts action: is.workflow.actions.selectemail

selectPhoneNumber

Prompts to pick a phone number from your contacts and passes the selection to the next action.

selectPhoneNumber() -> Text

Shortcuts action: is.workflow.actions.selectphone