Actions17
- Attachment Actions
- Card Actions
- Webhook Actions
- Pipe Actions
- User Actions
Overview
This node interacts with the Pipefy GraphQL API to retrieve webhooks associated with a specific pipe. It is useful for automating workflows that require monitoring or managing webhooks tied to Pipefy pipes, such as triggering actions when certain events occur in a pipe.
Use Case Examples
- Retrieve all webhooks for a given Pipefy pipe to monitor changes or automate notifications.
- Use the node to fetch webhook details for integration with other systems or for debugging webhook configurations.
Properties
| Name | Meaning |
|---|---|
| Authentication | Selects the authentication method to access the Pipefy API, either via a Service Account or a Personal Access Token. |
| Pipe Name or ID | Specifies the Pipefy pipe from which to retrieve webhooks. Can be selected from a list or provided as an expression. |
Output
JSON
webhooks- An array of webhook objects retrieved from the specified Pipefy pipe, containing details about each webhook.
Dependencies
- Requires authentication credentials for Pipefy API access, either a service account API key or a personal access token.
Troubleshooting
- Ensure the provided Pipe ID or name is correct and accessible with the given authentication credentials.
- Authentication errors may occur if the API key or token is invalid or expired; verify and update credentials as needed.
- If no webhooks are returned, confirm that the specified pipe has webhooks configured.
Links
- Pipefy GraphQL API Documentation - Official documentation for the Pipefy GraphQL API used by this node.