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 organization. It is useful for scenarios where users need to manage or monitor webhooks within their Pipefy organization, such as automating workflows based on webhook events or auditing webhook configurations.
Use Case Examples
- Retrieve all webhooks for a given Pipefy organization to display or process them in an automation workflow.
- Use the node to fetch webhook details for integration with other systems or for monitoring webhook activity.
Properties
| Name | Meaning |
|---|---|
| Authentication | Selects the authentication method to access the Pipefy API, either via a Service Account or a Personal Access Token. |
| Org Name or ID | Specifies the Pipefy organization by name or ID from which to retrieve webhooks. This can be selected from a list or provided via an expression. |
Output
JSON
webhooks- An array of webhook objects retrieved from the specified Pipefy organization, 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 authentication credentials are valid and have the necessary permissions to access the organization's webhooks.
- Verify that the Org Name or ID is correct and accessible by the authenticated user.
- Common errors may include authentication failures or permission denied errors if the credentials lack access rights.
- If no webhooks are returned, confirm that the organization has webhooks configured.
Links
- Pipefy GraphQL API Documentation - Official documentation for the Pipefy GraphQL API used by this node.