Append Typeform responses with Campaign Monitor details to Google Sheets
This query returns the full details of a subscriber in a Campaign Monitor list, looked up by email address.
Developer info
- API endpoint slug
- campaign_monitor.look_up_subscriber
- Runtime method
- performQuery("campaign_monitor.look_up_subscriber"}
Query fields
List Dropdown list
- Label
- List
- Helper text
- Select the list to search.
- Slug
- list_id
- Required
- true
- Can have default value
- false
Email Text input > Other
- Label
- Email address
- Helper text
- The subscriber's email address.
- Slug
- Required
- true
- Can have default value
- true
Ingredients
Subscriber email
- Slug
- subscriber_email
- Filter code
- CampaignMonitor.lookUpSubscriber.SubscriberEmail
- Type
- String
- Example
- jane.doe@example.com
Name
- Slug
- name
- Filter code
- CampaignMonitor.lookUpSubscriber.Name
- Type
- String
- Example
- Jane Doe
List
- Slug
- list_id
- Filter code
- CampaignMonitor.lookUpSubscriber.ListId
- Type
- String
- Example
- a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4
Status
- Slug
- status
- Filter code
- CampaignMonitor.lookUpSubscriber.Status
- Type
- String
- Example
- Active
Subscribed at
- Slug
- subscribed_at
- Filter code
- CampaignMonitor.lookUpSubscriber.SubscribedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Custom fields
- Slug
- custom_fields
- Filter code
- CampaignMonitor.lookUpSubscriber.CustomFields
- Type
- String
- Example
- [{"Key":"Website","Value":"https://example.com"}]
