Explore Plans
Mobile menu Close menu
Constant Contact

Find contact

This query returns a contact based on email address.

Developer info

API endpoint slug
constant_contact.find_contact
Runtime method
performQuery("constant_contact.find_contact"}

Query fields

Email address Text input > Other

Label
Email address:
Slug
email_address
Required
true
Can have default value
true

Ingredients

Contact The ID of the contact.

Slug
contact_id
Filter code
ConstantContact.findContact.ContactId
Type
String
Example
aaaaaaaa

First name The first name of the contact.

Slug
first_name
Filter code
ConstantContact.findContact.FirstName
Type
String
Example
John

Last name The last name of the contact.

Slug
last_name
Filter code
ConstantContact.findContact.LastName
Type
String
Example
Doe

Email address The email address of the contact.

Slug
email_address
Filter code
ConstantContact.findContact.EmailAddress
Type
String
Example
test@example.com

Company name The company name for the contact.

Slug
company_name
Filter code
ConstantContact.findContact.CompanyName
Type
String
Example
John's Construction

Job title The job title of the contact.

Slug
job_title
Filter code
ConstantContact.findContact.JobTitle
Type
String
Example
Owner

Home phone The home phone number of the contact.

Slug
home_phone
Filter code
ConstantContact.findContact.HomePhone
Type
String
Example
555-555-5555

Mobile phone The mobile phone number of the contact.

Slug
mobile_phone
Filter code
ConstantContact.findContact.MobilePhone
Type
String
Example
555-555-5555

Work phone The work phone number of the contact.

Slug
work_phone
Filter code
ConstantContact.findContact.WorkPhone
Type
String
Example
555-555-5555

Birthday month The birthday month of the contact.

Slug
birthday_month
Filter code
ConstantContact.findContact.BirthdayMonth
Type
String
Example
2

Birthday day The birthday day of the contact.

Slug
birthday_day
Filter code
ConstantContact.findContact.BirthdayDay
Type
String
Example
1

Anniversary The anniversary date for the contact.

Slug
anniversary
Filter code
ConstantContact.findContact.Anniversary
Type
Date (ISO8601)
Example
2020-07-07

List memberships The list memberships of the contact, comma separated

Slug
list_memberships
Filter code
ConstantContact.findContact.ListMemberships
Type
String
Example
aaaaaaaa,bbbbbbbb

Tags The tags assigned to the contact, comma separated.

Slug
tags
Filter code
ConstantContact.findContact.Tags
Type
String
Example
aaaaaaaa,bbbbbbbb

Create source Describes which source added the contact.

Slug
create_source
Filter code
ConstantContact.findContact.CreateSource
Type
String
Example
Account

Permission to send The permission to send to the contact.

Slug
permission_to_send
Filter code
ConstantContact.findContact.PermissionToSend
Type
String
Example
implicit

Confirm status The confirmation status of the contact.

Slug
confirm_status
Filter code
ConstantContact.findContact.ConfirmStatus
Type
String
Example
off

Created at Date and time contact was created.

Slug
created_at
Filter code
ConstantContact.findContact.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00