PipedreamHQ / PipedreamHQ/pipedream
[Components] orbisx
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# orbisx
## URLs
## Polling Sources
### new-booking-request-received-instant
#### Prompt
Emits new event when a booking request is received. Required props: booking details, timestamp, source. Optional props: customer details.
### new-payment-instant
#### Prompt
Emits new event when a new payment is created. Required props: amount, currency, method. Optional props: customer details, invoice details.
### new-estimate-instant
#### Prompt
Emits new event when a new estimate is created. Required props: estimate details, client details. Optional props: item details, tax details.
## Actions
### create-client
#### Prompt
Creates a new client profile in OrbisX. Required props include client's name and contact details, while optional props may include additional client-specific details.
### create-lead
#### Prompt
Adds a new lead in OrbisX. Required props are the lead's basic details with optional props including additional details for nurturing the lead.
### find-or-create-client
#### Prompt
Searches for the client in OrbisX, if not found then creates a new client. Required props are client's details. An optional prop could be additional data for the new client.
Contributor guide
Assessment
This issue has not been assessed yet.