PipedreamHQ / PipedreamHQ/pipedream
[Components] liondesk-crm
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# liondesk-crm
## URLs
## Polling Sources
### new-contact
#### Prompt
Emit new event when a new contact is added. Required props: LionDesk account.
## Actions
### assign-tags
#### Prompt
Assigns specified tags to a contact in your LionDesk CRM. Configure the 'contact_id' prop (required) with the identifier for the contact and the 'tag_names' prop (required) with an array of tag names.
### start-campaign
#### Prompt
Initiates an existing campaign for a specified contact in LionDesk CRM. Set the 'campaign_id' prop (required) with the existing campaign identifier, and 'contact_id' prop (required) with the desired contact's identifier.
### create-contact
#### Prompt
Creates a new contact in your LionDesk CRM based on the provided email address. If contact already exists with the email, their record gets updated. The 'email' prop is required, while 'full_name' and 'phone' props can optionally be added.
Contributor guide
Assessment
This issue has not been assessed yet.