Pipefy icon

Pipefy

Interact with Pipefy GraphQL API

Overview

This node integrates with the Pipefy GraphQL API to retrieve information about webhooks configured within a specific organization. The "Get Org Webhooks" operation under the "Webhook" resource allows users to fetch all webhooks associated with a chosen organization by specifying its name or ID.

Common scenarios for this node include:

  • Monitoring webhook configurations in an organization to audit or manage integrations.
  • Automating workflows that depend on existing webhook setups.
  • Synchronizing webhook data from Pipefy into other systems for reporting or alerting.

For example, a user might use this node to list all webhooks in their Pipefy organization before updating or deleting them programmatically.

Properties

Name Meaning
Authentication Method of authenticating with Pipefy API. Options: "Service Account" or "Personal Access Token".
Org Name or ID Select or specify the target organization's name or ID to retrieve its webhooks.

Output

The node outputs a JSON array where each element represents a webhook object retrieved from the specified organization. Each webhook object typically contains details such as webhook ID, URL, events it listens to, and status.

No binary data output is produced by this node.

Dependencies

  • Requires access to the Pipefy GraphQL API.
  • Requires authentication credentials, either via a service account or a personal access token.
  • The node depends on n8n's credential management to securely store and provide these authentication tokens.

Troubleshooting

  • Authentication errors: Ensure that the provided API key or token has sufficient permissions to read webhook data from the organization.
  • Invalid Org ID or Name: If no webhooks are returned, verify that the organization identifier is correct and accessible by the authenticated user.
  • Network issues: Check connectivity to the Pipefy API endpoint.
  • Permission Denied: The API token may lack required scopes; update token permissions accordingly.

Links and References

Discussion