-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Description
_1crm
URLs
Webhook Sources
new-or-updated-account-instant
Prompt
Emit new event when an account is updated or created. Configurable properties are the account details and its status.
URLs
new-or-updated-invoice-instant
Prompt
Emit new event when an invoice is updated or created. Properties that can be configured are the invoice status and its details.
URLs
new-or-updated-lead-instant
Prompt
Emit new event when a lead is updated or created. Configurable properties are the details of lead and its status.
URLs
Actions
create-contact
Prompt
Creates a new contact in the 1crm system. Required props are first and last name, while email, address, and phone number are good optional additions.
URLs
- https://demo.1crmcloud.com/api.php#endpoint_metaModules_get
- https://demo.1crmcloud.com/api.php#endpoint_metaFields_get
- https://demo.1crmcloud.com/api.php#endpoint_dataList_post
update-contact
Prompt
Modifies an existing one within the 1crm system. Required props are contact id, first and last name, while email, address, and phone number are good optional additions.
URLs
- https://demo.1crmcloud.com/api.php#endpoint_metaModules_get
- https://demo.1crmcloud.com/api.php#endpoint_metaFields_get
- https://demo.1crmcloud.com/api.php#endpoint_dataList_post
create-lead
Prompt
Crafts a new lead in 1crm. The lead name is a required prop. Email, company name, and description are beneficial as optional props.
URLs
- https://demo.1crmcloud.com/api.php#endpoint_metaModules_get
- https://demo.1crmcloud.com/api.php#endpoint_metaFields_get
- https://demo.1crmcloud.com/api.php#endpoint_dataList_post
update-lead
Prompt
Updates an existing lead in 1crm. The lead id is a required prop. Name, email, company name, and description are beneficial as optional props.
URLs
- https://demo.1crmcloud.com/api.php#endpoint_metaModules_get
- https://demo.1crmcloud.com/api.php#endpoint_metaFields_get
- https://demo.1crmcloud.com/api.php#endpoint_dataList_post
find-account
Prompt
Locates an existing account within 1crm based on the provided parameters. The account name is a required prop. Customer's contact details are good to have as optional props.