A beginner's guide
Explore Plans
Mobile menu Close menu
GetResponseGetResponse

Find a contact

This query returns contacts from the specified list optionally with a specified email.

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 contacts from the specified list optionally with a specified email.
API endpoint slug
getresponse.find_contact
Runtime method
performQuery("getresponse.find_contact")

Query fields

List Dropdown list

Label
What list?
Slug
list
Required
true
Can have default value
false

Email Text input > Other

Label
What email?
Slug
email
Required
false
Can have default value
true

Ingredients

NameThe name of the contact.

Slug
name
Filter code
Getresponse.findContact.Name
Type
String
Example
John Doe

EmailThe email of the contact.

Slug
email
Filter code
Getresponse.findContact.Email
Type
String
Example
example@gmail.com

Contact IDThe id of the contact.

Slug
contact_id
Filter code
Getresponse.findContact.ContactId
Type
String
Example
123

Campaign nameThe name of the campaign.

Slug
campaign_name
Filter code
Getresponse.findContact.CampaignName
Type
String
Example
Summer 2024

Campaign IDThe id of the campaign.

Slug
campaign_id
Filter code
Getresponse.findContact.CampaignId
Type
String
Example
123

Day of cycleThe day of cycle of the contact.

Slug
day_of_cycle
Filter code
Getresponse.findContact.DayOfCycle
Type
String
Example
0

Engagement scoreThe engagement score of the contact.

Slug
engagement_score
Filter code
Getresponse.findContact.EngagementScore
Type
String
Example
0

OriginThe origin of the contact.

Slug
origin
Filter code
Getresponse.findContact.Origin
Type
String
Example
import

Ip addressThe ip address of the contact.

Slug
ip_address
Filter code
Getresponse.findContact.IpAddress
Type
String
Example
1.1.1.1

Time zoneThe time zone of the contact.

Slug
time_zone
Filter code
Getresponse.findContact.TimeZone
Type
String
Example
America/Los_Angeles

Changed onThe date and time the contact was changed.

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