PipedreamHQ / PipedreamHQ/pipedream
[Components] runsignup
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# runsignup
## URLs
- https://runsignup.com/API
## Webhook Sources
### new-registration-instant
#### Description
Emit new event when a participant registers for a race. Users can specify the race ID as a required prop to filter registrations for a specific event.
### new-donation-instant
#### Description
Emit new event when a donation is made to a fundraising campaign. Users can specify an optional fundraiser ID to track donations for a specific campaign.
### new-result-instant
#### Description
Emit new event when a race result is recorded. Users can specify the race ID or division to filter relevant results.
## Actions
### create-registration
#### Description
Register a participant for a race. Requires race ID, participant details (name, email), and payment information if applicable.
### create-donation
#### Description
Record a new donation for a fundraiser. Requires fundraiser ID, donor details, and donation amount.
### update-participant
#### Description
Update details of an existing race participant. Requires participant ID and the fields to be updated (e.g., contact info, event selection).
Contributor guide
Assessment
This issue has not been assessed yet.