PipedreamHQ / PipedreamHQ/pipedream
[Components] karbon
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# karbon
## URLs
## Webhook Sources
### new-person-contact-instant
#### Prompt
Emits a new event when a person contact is created. Required props: User's Karbon access token. Optional props: The name and contact details of the person.
### new-organization-contact-instant
#### Prompt
Emits a new event when an organization contact is created. Required props: User's Karbon access token. Optional props: The name, contact details and type of the organization.
### person-contact-updated-instant
#### Prompt
Emits a new event when a person contact is updated. Required props: User's Karbon access token and the person ID. Optional props: The updated details of the person.
## Actions
### create-person-contact
#### Prompt
Generates a new contact for an individual. Required prop: 'name'. Optional props: 'email, 'phone number'.
### update-person-contact
#### Prompt
Modifies an existing contact for an individual. Required prop: 'id'. Optional props: 'name', 'email', 'phone number'.
### find-person-contact
#### Prompt
Searches for an existing contact of an individual by either name or email address. Required prop: 'search'. No optional prop.
Contributor guide
Assessment
This issue has not been assessed yet.