PipedreamHQ / PipedreamHQ/pipedream
[Components] kommo
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# kommo
## URLs
- https://www.kommo.com/developers/content/platform/abilities/
## Sources
### new-company-instant
#### Prompt
Emit new event when a company is created. No required props. The webhook event is 'add_company'
#### URLs
- https://www.kommo.com/developers/content/api_v4/webhooks-2/#webhooks-available-actions
### new-lead-instant
#### Prompt
Emit new event when a lead is created. No required props. The webhook event is 'add_lead'
#### URLs
- https://www.kommo.com/developers/content/api_v4/webhooks-2/#webhooks-available-actions
### new-contact-instant
#### Prompt
Emit new event when a contact is created. No required props. The webhook event is 'add_contact'
#### URLs
- https://www.kommo.com/developers/content/api_v4/webhooks-2/#webhooks-available-actions
## Actions
### create-lead
#### Prompt
Creates a new lead in the Kommo app. Required props: lead details, contact details. Optional props: related company details, related individual details.
#### URLs
- https://www.kommo.com/developers/content/api_v4/leads-api/#leads-add
### update-contact
#### Prompt
Updates the details of an existing contact in the Kommo app. Required prop: contact identifier. Optional props: New contact details to be updated.
#### URLs
- https://www.kommo.com/developers/content/api_v4/contacts-api/#contacts-list
- https://www.kommo.com/developers/content/api_v4/contacts-api/#contacts-edit
### search-companies
#### Prompt
Searches for companies within Kommo or lists all of them. Required prop: search keyword. Optional prop: filter criteria.
#### URLs
- https://www.kommo.com/developers/content/api_v4/api-filtration/#companies
Contributor guide
Assessment
This issue has not been assessed yet.