PipedreamHQ / PipedreamHQ/pipedream

[Components] sellsy

Open
#13,391 0 comments 0 reactions 0 assignees View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# sellsy
## URLs
## Polling Sources
### new-contact-instant
#### Prompt
Emit new event when a new contact is created. No required props. Optionals: Contact ID and Contact Name, more.
### new-company-instant
#### Prompt
Emit new event when a new company (client or prospect) is created. Required prop: Company Name. Optionals: Company ID, Address, more.
### updated-opportunity-status-instant
#### Prompt
Emit new event when the status is changed on an opportunity. Required props: Opportunity ID, New Status. Optionals: Old Status, Update Time, more.
## Actions
### create-contact
#### Prompt
Creates a new contact within sellsy. This action requires a contact's email prop and can optionally accept other contact related props like name, phone number, and address.
### create-opportunity
#### Prompt
Creates a new opportunity within sellsy. The defining prop for this action is the opportunity's details such as the opportunity's name, expected revenue and closing date. Other optional props can be included to define the opportunity more accurately.
### create-update-company
#### Prompt
Creates or updates a company in sellsy. When creating or updating, the company's email prop is necessary. Other optional props like the company's name or address can be included as well.

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.