Tallyfy icon

Tallyfy

Interact with Tallyfy workflow automation platform

Overview

The node interacts with the Tallyfy workflow automation platform, specifically allowing users to update group information within an organization. The "Group Update" operation enables modifying a group's description and its membership by adding or changing users and guests associated with that group.

This node is beneficial in scenarios where organizational groups need to be managed dynamically, such as updating team compositions, adjusting access permissions, or maintaining accurate group metadata. For example, when a project team changes members or guest collaborators are added or removed, this node can automate those updates without manual intervention in the Tallyfy platform.

Properties

Name Meaning
Group ID The unique identifier of the group to update (required).
Description A textual description of the group; can be used to provide context or details about it.
Members Comma-separated list of user IDs to add or update as members of the group.
Guests Comma-separated list of guest emails to add or update as guests of the group.

Output

The output is a JSON object representing the updated group data returned from the Tallyfy API after the update operation. This typically includes the group's current state, such as its ID, name, description, members, guests, and other metadata as provided by the API response.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authenticating with the Tallyfy API.
  • Needs the organization ID configured in the credentials to target the correct organization.
  • The node makes HTTP requests to the Tallyfy REST API endpoint (default base URL: https://go.tallyfy.com/api).

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 before running the node.
  • Authentication Errors: Ensure the API key credential is valid and has sufficient permissions to update groups.
  • Malformed Members or Guests List: The members and guests fields expect comma-separated strings. Incorrect formatting may cause errors or unexpected behavior. Make sure user IDs and guest emails are correctly formatted and separated by commas.
  • Empty Update Fields: If no description, members, or guests are provided, the update request might not change anything. Confirm that at least one field to update is specified.
  • API Rate Limits or Network Issues: Temporary failures may occur due to rate limiting or connectivity problems. Retrying the operation or checking network status can help.

Links and References

Discussion