PipedreamHQ / PipedreamHQ/pipedream
[Components] clubworx
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# clubworx
## URLs
## Polling Sources
### new-member-instant
#### Prompt
Emit new event when a new member is added to the club. There are no required or optional props for this trigger.
### new-non-attending-contact-instant
#### Prompt
Emit new event when a new non-attending contact is added. Props required are contact information such as name and email.
### new-prospect-instant
#### Prompt
Emit new event when a new prospect is added. Props required include the prospect's details such as name and contact information.
## Actions
### add-membership
#### Prompt
Add a membership to an existing member in your Clubworx gym. Requires the member's ID as a prop, as well as the membership ID to be added.
### update-member
#### Prompt
Update details of an existing member in your Clubworx gym. The member's ID is a required prop. Updated information such as name, email, membership details, etc., can be passed as optional props.
### find-member
#### Prompt
Find a member in your Clubworx gym using their contact key or email. The contact key or email is a required prop. This action returns the member's detail.
Contributor guide
Assessment
This issue has not been assessed yet.