Returns a contact from your ClickFunnels workspace matching the given email address.
- API endpoint slug
- clickfunnels.get_contact_by_email
- Runtime method
- performQuery("clickfunnels.get_contact_by_email"}
Query fields
- Label
- Email address
- Helper text
- The email address of the contact to look up.
- Slug
- email_address
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- contact_id
- Filter code
- Clickfunnels.getContactByEmail.ContactId
- Type
- String
- Example
- 100123
- Slug
- email_address
- Filter code
- Clickfunnels.getContactByEmail.EmailAddress
- Type
- String
- Example
- jane.doe@example.com
- Slug
- first_name
- Filter code
- Clickfunnels.getContactByEmail.FirstName
- Type
- String
- Example
- Jane
- Slug
- last_name
- Filter code
- Clickfunnels.getContactByEmail.LastName
- Type
- String
- Example
- Doe
- Slug
- full_name
- Filter code
- Clickfunnels.getContactByEmail.FullName
- Type
- String
- Example
- Jane Doe
- Slug
- phone_number
- Filter code
- Clickfunnels.getContactByEmail.PhoneNumber
- Type
- String
- Example
- +1-555-123-4567
- Slug
- tags
- Filter code
- Clickfunnels.getContactByEmail.Tags
- Type
- String
- Example
- Lead, Newsletter
- Slug
- created_at
- Filter code
- Clickfunnels.getContactByEmail.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00