Top Constant Contact automations
Explore Plans
Mobile menu Close menu
Constant ContactConstant Contact

Find contact

This query returns a contact based on email address.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
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

Email address Text input > Other

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

Ingredients

Contact IDThe ID of the contact.

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

First nameThe first name of the contact.

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

Last nameThe last name of the contact.

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

Email addressThe email address of the contact.

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

Company nameThe company name for the contact.

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

Job titleThe job title of the contact.

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

Home phoneThe home phone number of the contact.

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

Mobile phoneThe mobile phone number of the contact.

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

Work phoneThe work phone number of the contact.

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

Birthday monthThe birthday month of the contact.

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

Birthday dayThe birthday day of the contact.

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

AnniversaryThe anniversary date for the contact.

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

List membershipsThe list memberships of the contact, comma separated

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

TagsThe tags assigned to the contact, comma separated.

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

Create sourceDescribes which source added the contact.

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

Permission to sendThe permission to send to the contact.

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

Confirm statusThe confirmation status of the contact.

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

Created atDate and time contact was created.

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