PipedreamHQ / PipedreamHQ/pipedream

[Components] sellsy

Open
#11,630 1 comment 0 reactions 1 assignee Claimed by @michelle0927 View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# sellsy
## URLs
- https://api.sellsy.com/doc/v2/
## Webhook Sources
### new-contact-instant
#### Prompt
Emit a new event whenever a new contact is created in Sellsy. Required props: none. Optional props: contact name, contact email, contact number.
### new-company-instant
#### Prompt
Emit a new event when a new company (client or prospect) is created in Sellsy. Required props: none. Optional props: company name, company type (client or prospect), company contact.
### updated-opportunity-status-instant
#### Prompt
Emit a new event when the status is changed on an opportunity in Sellsy. Required props: opportunity name. Optional props: opportunity status, opportunity details.
## Actions
### create-contact
#### Prompt
Creates a new contact in Sellsy. The required props are first name, last name, and email. An optional prop could be the company name associated with the contact.
### create-opportunity
#### Prompt
Forms a new opportunity in Sellsy. The required props include opportunity name, value, and the expected close date. An optional prop could be the associated company or contact.
### find-or-create-company
#### Prompt
Checks to see if a company exists in Sellsy and creates it if it doesn't. The only required prop is the company name. An optional prop could be the company email, which if provided, will be used to find or create the company.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.