PipedreamHQ / PipedreamHQ/pipedream
[Components] ratecard
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# ratecard
## URLs
## Webhook Sources
### new-feedback-instant
#### Prompt
Emit new event when a fresh piece of feedback is received on a specific form. Required props include 'form_id' to specify the form. This kicks off after feedback verification.
## Actions
### create-update-contact
#### Prompt
This action creates a new contact or updates data of an existing contact in the Ratecard app. The required props are 'contact_id' if updating an existing contact and 'contact_info' for the information of the contact being created or updated. 'Contact_info' should include fields like 'name', 'email'. Optional props could include 'company', 'position', etc.
Contributor guide
Assessment
This issue has not been assessed yet.