This query returns a contact based on email address.
- API endpoint slug
- constant_contact.find_contact
- Runtime method
- performQuery("constant_contact.find_contact")
Query fields
- Label
- Email address:
- Slug
- email_address
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- contact_id
- Filter code
- ConstantContact.findContact.ContactId
- Type
- String
- Example
- aaaaaaaa
- Slug
- first_name
- Filter code
- ConstantContact.findContact.FirstName
- Type
- String
- Example
- John
- Slug
- last_name
- Filter code
- ConstantContact.findContact.LastName
- Type
- String
- Example
- Doe
- Slug
- email_address
- Filter code
- ConstantContact.findContact.EmailAddress
- Type
- String
- Example
- test@example.com
- Slug
- company_name
- Filter code
- ConstantContact.findContact.CompanyName
- Type
- String
- Example
- John's Construction
- Slug
- job_title
- Filter code
- ConstantContact.findContact.JobTitle
- Type
- String
- Example
- Owner
- Slug
- home_phone
- Filter code
- ConstantContact.findContact.HomePhone
- Type
- String
- Example
- 555-555-5555
- Slug
- mobile_phone
- Filter code
- ConstantContact.findContact.MobilePhone
- Type
- String
- Example
- 555-555-5555
- Slug
- work_phone
- Filter code
- ConstantContact.findContact.WorkPhone
- Type
- String
- Example
- 555-555-5555
- Slug
- birthday_month
- Filter code
- ConstantContact.findContact.BirthdayMonth
- Type
- String
- Example
- 2
- Slug
- birthday_day
- Filter code
- ConstantContact.findContact.BirthdayDay
- Type
- String
- Example
- 1
- Slug
- anniversary
- Filter code
- ConstantContact.findContact.Anniversary
- Type
- Date (ISO8601)
- Example
- 2020-07-07
- Slug
- list_memberships
- Filter code
- ConstantContact.findContact.ListMemberships
- Type
- String
- Example
- aaaaaaaa,bbbbbbbb
- Slug
- tags
- Filter code
- ConstantContact.findContact.Tags
- Type
- String
- Example
- aaaaaaaa,bbbbbbbb
- Slug
- create_source
- Filter code
- ConstantContact.findContact.CreateSource
- Type
- String
- Example
- Account
- Slug
- permission_to_send
- Filter code
- ConstantContact.findContact.PermissionToSend
- Type
- String
- Example
- implicit
- Slug
- confirm_status
- Filter code
- ConstantContact.findContact.ConfirmStatus
- Type
- String
- Example
- off
- Slug
- created_at
- Filter code
- ConstantContact.findContact.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00