Tallyfy icon

Tallyfy

Interact with Tallyfy workflow automation platform

Overview

This node integrates with the Tallyfy workflow automation platform, allowing users to manage various resources such as groups, tasks, processes, blueprints, and more. Specifically, for the Group - Get operation, it retrieves detailed information about a single group by its unique ID within an organization.

Common scenarios where this node is beneficial include:

  • Fetching group details to display or use in subsequent workflow steps.
  • Verifying group membership or properties before performing updates or deletions.
  • Integrating Tallyfy group data into other systems or reports.

For example, you might use this node to get information about a specific team or department group in Tallyfy to synchronize members with another system or to trigger notifications based on group attributes.

Properties

Name Meaning
Group ID The unique identifier of the group to retrieve. This is required to specify which group's details to fetch.

Output

The output is a JSON object representing the group details retrieved from Tallyfy. The structure typically includes fields such as:

  • id: The group's unique identifier.
  • name: The name of the group.
  • description: A textual description of the group.
  • members: An array of user IDs who are members of the group.
  • guests: An array of guest emails associated with the group.
  • Other metadata related to the group within the organization.

The node does not output binary data.

Dependencies

  • Requires an API key credential for authenticating with the Tallyfy API.
  • Needs the organization ID configured in the credentials to scope requests properly.
  • The base URL defaults to https://go.tallyfy.com/api but can be overridden in credentials.

Troubleshooting

  • Invalid Group ID: If the provided Group ID does not exist or is incorrect, the API will return an error. Verify the Group ID is correct and belongs to the authenticated organization.
  • Authentication Errors: Ensure that the API key credential is valid and has access to the organization.
  • Network Issues: Connectivity problems can cause request failures; check network settings and API availability.
  • Permission Denied: The API key must have sufficient permissions to read group information.

If errors occur, the node returns error messages in the output JSON under an error field if "Continue On Fail" is enabled.

Links and References


This summary focuses exclusively on the Group - Get operation as requested.

Discussion