PipedreamHQ / PipedreamHQ/pipedream
[Components] mav
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# mav
## URLs
## Webhook Sources
### new-event-instant
#### Prompt
Emits a new event when an occurrence happens during a play. Props: User needs to configure the specific play to monitor.
### new-outcome-instant
#### Prompt
Emits a new event when a new outcome is achieved for a play. Props: User needs to configure the specific play to track.
## Actions
### create-conversion-event
#### Prompt
Creates a new conversion event for a specific lead. Requires the lead's identifier as a required prop. Optional props can include specific details about the conversion event.
### run-playbook
#### Prompt
Creates and executes a new playbook for a lead. If the lead already exists within Mav, it only runs the specified playbook. The lead's identifier is a required prop along with the playbook details.
### update-lead
#### Prompt
Allows for updating information for an existing lead in Mav. Required props include the lead's identifier and the key:value pairs of the data that needs updating. Can also accept a DID for a Party Line as an optional prop.
Contributor guide
Assessment
This issue has not been assessed yet.