Send Ghost member details to Notifications
This query returns the details of a member on your Ghost site, looked up by their email address.
Developer info
- API endpoint slug
- ghost.find_a_member
- Runtime method
- performQuery("ghost.find_a_member"}
Query fields
Email Text input > Other
- Label
- Member email address
- Helper text
- The email address of the member you want to look up.
- Slug
- Required
- true
- Can have default value
- true
Ingredients
Name
- Slug
- name
- Filter code
- Ghost.findAMember.Name
- Type
- String
- Example
- Jane Doe
- Slug
- Filter code
- Ghost.findAMember.Email
- Type
- String
- Example
- jane@example.com
Status
- Slug
- status
- Filter code
- Ghost.findAMember.Status
- Type
- String
- Example
- paid
Tier
- Slug
- tier
- Filter code
- Ghost.findAMember.Tier
- Type
- String
- Example
- Gold
Newsletters
- Slug
- newsletters
- Filter code
- Ghost.findAMember.Newsletters
- Type
- String
- Example
- Weekly Digest
Labels
- Slug
- labels
- Filter code
- Ghost.findAMember.Labels
- Type
- String
- Example
- VIP, Early adopter
Signed up at
- Slug
- signed_up_at
- Filter code
- Ghost.findAMember.SignedUpAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
