PipedreamHQ / PipedreamHQ/pipedream
[Components] neetocal
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# neetocal
## URLs
- https://apidocs.neetocal.com/apis
## Webhook Sources
### new-request-instant
#### Description
Emit new event when a user submits a new Neetocal request. Useful for kicking off workflows when a consultation or collaboration request is initiated. Requires Neetocal webhook URL configuration.
### new-response-instant
#### Description
Emit new event when a recipient responds to a Neetocal request. Useful for automations upon completion of scheduling. Requires Neetocal webhook URL configuration.
### new-comment-instant
#### Description
Emit new event when a comment is added on a Neetocal request or response. Helps monitor ongoing engagements or collaborative interactions. Requires Neetocal webhook URL configuration.
## Actions
### create-request
#### Description
Create a new Neetocal request. Useful to programmatically initiate consultation flows. Requires recipient details, message content, and optionally scheduling parameters.
### cancel-request
#### Description
Cancel an existing Neetocal request by ID. Useful for handling changes in workflows or invalidated requests. Requires request ID.
### add-comment
#### Description
Add a comment to a Neetocal request or response thread. Use this to programmatically communicate updates or respond to messages. Requires thread ID and comment text.
Contributor guide
Assessment
This issue has not been assessed yet.