Tallyfy icon

Tallyfy

Interact with Tallyfy workflow automation platform

Overview

This node integrates with the Tallyfy workflow automation platform, specifically enabling management of users within an organization. The Enable User operation activates a previously disabled user account by sending a request to the Tallyfy API to enable that user.

Typical use cases include:

  • Reactivating a user who was temporarily disabled.
  • Managing user access dynamically based on organizational needs.
  • Automating user lifecycle events in workflows, such as re-enabling users after certain conditions are met.

For example, you might use this node in an automation that re-enables users after they complete mandatory training or when their suspension period ends.

Properties

Name Meaning
User ID The unique identifier of the user to enable. This is required to specify which user account should be activated.

Output

The node outputs JSON data representing the response from the Tallyfy API after attempting to enable the user. The structure typically includes details about the userโ€™s updated status and other user information returned by the API.

If multiple input items are processed, the output will be an array of JSON objects corresponding to each user enabled.

No binary data output is produced by this operation.

Dependencies

  • Requires an active connection to the Tallyfy API via an API key credential configured in n8n.
  • The node uses the base URL https://go.tallyfy.com/api or a custom base URL if specified in credentials.
  • Requires the organization ID to construct API endpoints for user management.
  • Proper permissions in the Tallyfy organization to enable users.

Troubleshooting

  • Common issues:

    • Invalid or missing User ID: The operation requires a valid user ID; ensure it is correctly provided.
    • Insufficient permissions: The API key used must have rights to enable users.
    • Network or authentication errors: Check API credentials and network connectivity.
  • Error messages:

    • "User not found": The provided User ID does not exist; verify the ID.
    • "Unauthorized" or "Forbidden": The API key lacks permission; update credentials or permissions.
    • HTTP errors (4xx/5xx): Review API limits, endpoint correctness, and server status.

To resolve errors, confirm the User ID is correct, verify API credentials, and ensure the user can be enabled according to your organization's policies.

Links and References

(Note: Replace placeholder links with actual URLs if available.)

Discussion