Send Wix contact to Telegram from scanned QR
This query returns the details of the Wix contact matching the email address you specify.
Developer info
- API endpoint slug
- wix.find_a_contact
- Runtime method
- performQuery("wix.find_a_contact"}
Query fields
Email Text input > Other
- Label
- Email address
- Helper text
- The email address to search for in your Wix contacts.
- Slug
- Required
- true
- Can have default value
- true
Ingredients
Contact The unique ID of the Wix contact.
- Slug
- contact_id
- Filter code
- Wix.findAContact.ContactId
- Type
- String
- Example
- cid-abc123
First name First name of the contact.
- Slug
- first_name
- Filter code
- Wix.findAContact.FirstName
- Type
- String
- Example
- Jane
Last name Last name of the contact.
- Slug
- last_name
- Filter code
- Wix.findAContact.LastName
- Type
- String
- Example
- Doe
Full name Full name of the contact.
- Slug
- full_name
- Filter code
- Wix.findAContact.FullName
- Type
- String
- Example
- Jane Doe
Email Primary email address.
- Slug
- Filter code
- Wix.findAContact.Email
- Type
- String
- Example
- jane@example.com
Phone Primary phone number.
- Slug
- phone
- Filter code
- Wix.findAContact.Phone
- Type
- String
- Example
- +14155551234
Contact labels Comma-separated list of Wix label keys applied to the contact (raw identifiers, not display names).
- Slug
- contact_labels
- Filter code
- Wix.findAContact.ContactLabels
- Type
- String
- Example
- contacts.custom.label.vip, contacts.custom.label.newsletter
Contact created date When the contact was added.
- Slug
- contact_created_date
- Filter code
- Wix.findAContact.ContactCreatedDate
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Applets using this Query
-
-
Append Wix contact to Google Sheets on Webhooks event
-
Send Wix contact details via SMS
-
Send Wix contact to Notifications on region entry
-
Send Wix contact details to Notifications from Note widget
-
Post Wix contact details to Slack
-
Email Wix contact on Button widget press
-
Email Wix contact details with Gmail on scene activation
