PipedreamHQ / PipedreamHQ/pipedream
[Components] tave
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# tave
## URLs
- https://tave.io/v2
## Webhook Sources
### new-contact-instant
#### Prompt
Emit new event when a contact is created. Props: client id (required)
#### URLs
- https://tave.io/v2#tag/Rest-Hooks/operation/createResourceRestHook
### new-order-booked-instant
#### Prompt
Emit new event when an order is booked, including manually booked orders in manager and electronic bookings in client access. Props: order id (required), manager id (optional), client id (optional)
#### URLs
- https://tave.io/v2#tag/Rest-Hooks/operation/createResourceRestHook
### new-payment-instant
#### Prompt
Emit new event when a new payment is created. Props: payment id (required), order id (optional)
#### URLs
- https://tave.io/v2#tag/Rest-Hooks/operation/createResourceRestHook
## Actions
### create-contact
#### Prompt
Creates a new contact in the Tave system. Required props: kind and contact details including name and email. Optional props: phone number, address.
#### URLs
- https://tave.io/v2#tag/Contacts/operation/createResourceAddressBook
### find-contact
#### Prompt
Searches for an existing contact in the Tave system. Required props: contact name or email.
#### URLs
- https://tave.io/v2#tag/Contacts/operation/listResourceAddressBook
### create-job
#### Prompt
Creates a new job in the Tave system with associated items typically linked with a job. Required props: job details including client details and job specifics. Optional props: additional items, notes or instructions.
#### URLs
- https://tave.io/v2#tag/Jobs/operation/createResourceJob
Contributor guide
Assessment
This issue has not been assessed yet.