Actions54
- Blueprint Actions
- Process Actions
- Task Actions
- Form Field Actions
- Comment Actions
- User Actions
- Guest Actions
- Group Actions
- Search Actions
- ID Finder Actions
Overview
This node integrates with the Tallyfy workflow automation platform, allowing users to manage various resources such as blueprints, processes, tasks, users, guests, groups, comments, and form fields. Specifically for the Guest resource with the Create operation, the node enables creating a new guest user in the Tallyfy organization by providing their email and optionally their first and last names.
Common scenarios where this node is beneficial include automating guest user onboarding workflows, adding external collaborators or temporary users to your Tallyfy organization, and integrating guest creation into broader automated processes.
Practical example: Automatically create a guest user when a new customer signs up on your website, enabling them to participate in specific workflows without requiring full membership.
Properties
| Name | Meaning |
|---|---|
| The email address of the guest to be created (required). | |
| First Name | The first name of the guest (optional). |
| Last Name | The last name of the guest (optional). |
Output
The node outputs the JSON response from the Tallyfy API representing the created guest user. This typically includes details such as the guest's email, first name, last name, ID, and other metadata returned by the API.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating with the Tallyfy API.
- The node uses the base URL
https://go.tallyfy.com/apior a custom base URL if specified in credentials. - Requires the organization ID configured in the credentials to target the correct Tallyfy organization.
Troubleshooting
Common issues:
- Missing or invalid API credentials will cause authentication failures.
- Providing an invalid or already existing guest email may result in API errors.
- Network connectivity issues can prevent successful API calls.
Error messages:
- Authentication errors usually indicate problems with the API key or permissions.
- Validation errors from the API may indicate missing required fields or invalid input formats.
Resolutions:
- Verify that the API key credential is correctly set up and has necessary permissions.
- Ensure the email field is provided and formatted correctly.
- Check network connectivity and retry if transient errors occur.
Links and References
- Tallyfy API Documentation (for detailed API endpoints and payloads)
- Tallyfy Official Website