PipedreamHQ / PipedreamHQ/pipedream
[Components] wishpond
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# wishpond
## URLs
## Polling Sources
### new-lead
#### Prompt
Emit new event when a new lead is created. No props required.
### new-lead-on-list
#### Prompt
Emit new event when a new lead is added to a selected list. Required props: list ID or name.
### new-event-on-lead
#### Prompt
Emit new event when a specified lead performs an action. Required props: lead ID. Optional props: activity type.
## Actions
### add-lead-properties
#### Prompt
Add additional attributes or properties to an existing lead. Prop: 'LeadID' (required) is the unique identifier of the lead, and 'Properties' (optional) is a JSON object containing key-value pairs of additional properties.
### create-lead
#### Prompt
Create a new lead in Wishpond. Prop: 'LeadDetails' (required) is a complex JSON object containing information such as name, email, etc. Other optional props can include phone number, lead source, and more.
### add-lead-to-list
#### Prompt
Add an existing lead to a targeted list. Props: 'ListID' (required) is the unique identifier of the list, and 'LeadID' (required) is the unique identifier of the lead being added.
Contributor guide
Assessment
This issue has not been assessed yet.