PipedreamHQ / PipedreamHQ/pipedream
[Components] livespace
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# livespace
## URLs
- https://support.livespace.io/en/articles/3572069-api-documentation-and-information#h_1c921dacf3
## Webhook Sources
### new-deal-instant
#### Description
Emit new event when a new deal is created in Livespace. Users can optionally filter by deal stage or owner.
### new-contact-instant
#### Description
Emit new event when a new contact is added to Livespace. Users can optionally filter by contact type (individual or company).
### deal-stage-changed-instant
#### Description
Emit new event when a deal's stage is updated in Livespace. Users can optionally filter by specific stages.
## Actions
### create-deal
#### Description
Create a new deal in Livespace. Users must provide deal name, value, and stage. Optionally, they can specify the owner and related contact.
### update-deal
#### Description
Update an existing deal in Livespace. Users must provide the deal ID and the fields to update, such as stage, value, or owner.
### create-contact
#### Description
Create a new contact in Livespace. Users must specify the contact name and type (individual or company). Optionally, they can include email, phone, and address details.
Contributor guide
Assessment
This issue has not been assessed yet.