Pipefy icon

Pipefy

Interact with Pipefy GraphQL API

Overview

This node interacts with the Pipefy GraphQL API to perform various operations related to Pipefy resources. Specifically, for the 'User' resource and 'Get Current' operation, it retrieves information about the currently authenticated user. This is useful for workflows that need to personalize actions or fetch user-specific data based on the authenticated user's identity.

Use Case Examples

  1. A workflow that fetches the current user's details to customize notifications or assign tasks.
  2. A process that verifies the current user's permissions or roles before proceeding with further automation steps.

Properties

Name Meaning
Authentication Specifies the authentication method to use for connecting to the Pipefy API. Options include using a Service Account or a Personal Access Token.

Output

JSON

  • id - The unique identifier of the current user.
  • name - The full name of the current user.
  • email - The email address of the current user.
  • avatarUrl - URL to the current user's avatar image.

Dependencies

  • Pipefy GraphQL API

Troubleshooting

  • Authentication errors due to invalid or expired API keys or tokens. Ensure the correct credentials are provided and have the necessary permissions.
  • API rate limits or network issues causing request failures. Retry after some time or check network connectivity.
  • Incorrect resource or operation selection leading to unexpected results. Verify that 'User' resource and 'Get Current' operation are selected.

Links

Discussion