Contacts
Contacts, phone calls, and FaceTime.
import Contacts;call
Calls the phone number passed in as input.
call(IntentAppDefinition: Text, WFCallContact: Text)| Parameter | Type | Default |
|---|---|---|
IntentAppDefinition | Text | [object Object] |
WFCallContact | Text | — |
Shortcuts action: com.apple.mobilephone.call
contacts
Passes the specified contacts to the next action.
contacts(WFContact: Text) -> Any| Parameter | Type | Default |
|---|---|---|
WFContact | Text | — |
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| Parameter | Type | Default |
|---|---|---|
WFEmailAddress | Text | — |
Shortcuts action: is.workflow.actions.email
facetime
Calls the contact passed in as input using FaceTime.
facetime(IntentAppDefinition: Text, WFFaceTimeType: Text, WFFaceTimeContact: Text)| Parameter | Type | Default |
|---|---|---|
IntentAppDefinition | Text | [object Object] |
WFFaceTimeType | Text | "Video" |
WFFaceTimeContact | Text | — |
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| Parameter | Type | Default |
|---|---|---|
WFContactFirstName | Text | — |
WFContactLastName | Text | — |
WFContactCompany | Text | — |
WFContactPhoto | Any | — |
WFContactPhoneNumbers | Text | — |
WFContactEmails | Text | — |
WFContactNotes | Text | — |
ShowWhenRun | Boolean | true |
Shortcuts action: is.workflow.actions.addnewcontact
phoneNumber
Passes the specified phone numbers to the next action.
phoneNumber(WFPhoneNumber: Text) -> Text| Parameter | Type | Default |
|---|---|---|
WFPhoneNumber | Text | — |
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| Parameter | Type | Default |
|---|---|---|
WFSelectMultiple | Boolean | — |
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() -> TextShortcuts action: is.workflow.actions.selectemail
selectPhoneNumber
Prompts to pick a phone number from your contacts and passes the selection to the next action.
selectPhoneNumber() -> TextShortcuts action: is.workflow.actions.selectphone