Text Circle member details when you activate a scene
This query returns the details of a community member, looked up by email address.
Developer info
- API endpoint slug
- circle.lookup_member_by_email
- Runtime method
- performQuery("circle.lookup_member_by_email"}
Query fields
Email Text input > Other
- Label
- Email address
- Helper text
- The member's email address.
- Slug
- Required
- true
- Can have default value
- true
Ingredients
Member The unique ID of the community member.
- Slug
- member_id
- Filter code
- Circle.lookupMemberByEmail.MemberId
- Type
- String
- Example
- 12345
Member name The full name of the member.
- Slug
- member_name
- Filter code
- Circle.lookupMemberByEmail.MemberName
- Type
- String
- Example
- Jane Doe
Email The email address of the member.
- Slug
- Filter code
- Circle.lookupMemberByEmail.Email
- Type
- String
- Example
- jane@example.com
Bio The member's bio.
- Slug
- bio
- Filter code
- Circle.lookupMemberByEmail.Bio
- Type
- String
- Example
- Course creator and community builder.
Avatar url URL of the member's avatar image.
- Slug
- avatar_url
- Filter code
- Circle.lookupMemberByEmail.AvatarUrl
- Type
- Image URL
- Example
- https://circle.so/avatars/jane.jpg
Profile url URL of the member's Circle profile.
- Slug
- profile_url
- Filter code
- Circle.lookupMemberByEmail.ProfileUrl
- Type
- Web URL
- Example
- https://your-community.circle.so/u/janedoe
Joined at The date and time the member joined.
- Slug
- joined_at
- Filter code
- Circle.lookupMemberByEmail.JoinedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Applets using this Query
-
-
Post Circle member details to Slack
-
Email Circle member profile on Button press
-
Append Circle member details to Google Sheets
-
Post Circle member details to Discord on Button press
-
Post Circle member details to Slack
-
Append Circle member details to Google Sheets
-
Send Circle member details for scanned QR emails
