PipedreamHQ / PipedreamHQ/pipedream
[Components] aroflo-hmac
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# aroflo-hmac
## URLs
## Polling Sources
### new-or-updated-clients
#### Prompt
Emit new event when a client is created or updated. Props needed: Client ID. This trigger returns ID only, use 'Find Client' in the subsequent step.
### new-or-updated-tasks
#### Prompt
Emit new event when a task is created or updated. Props needed: Task ID. This trigger returns ID only, use 'Find Task' in the subsequent step.
### new-or-updated-invoices
#### Prompt
Emit new event when an invoice is created or updated. Props needed: Invoice ID. This trigger returns ID only, use 'Find Invoice' in the subsequent step.
## Actions
### create-task
#### Prompt
Create a new task within AroFlo. Required props: task title, task description. Optional props: assigned user, due date.
### update-client
#### Prompt
Update client details within AroFlo with new information. Required props: client identification. Optional props: company name, reference name, contact details.
### find-or-create-client
#### Prompt
Search for a client based on the Company/Reference Name within AroFlo. If not found, a new client is created. Required props: client reference name. Optional props: client company name, contact details.
Contributor guide
Assessment
This issue has not been assessed yet.