TexAu icon

TexAu

Perform Opration on TexAu Cloud

Overview

This node integrates with the TexAu Cloud platform, specifically enabling users to execute ("play") predefined prompts (automations) on TexAu. The "Play Ground" operation under the "Prompt" resource allows users to run a selected prompt by specifying the OpenAI account and the prompt itself, along with any required input parameters.

Common scenarios for this node include automating workflows that involve AI-driven tasks or social media automation where prompts are predefined in TexAu and need to be triggered programmatically within an n8n workflow. For example, a user might want to trigger a prompt that generates content using OpenAI models or performs data extraction tasks configured in TexAu.

Properties

Name Meaning
Open AI AccountId Name or ID Select or specify the OpenAI account identifier associated with the prompt execution.
Prompt Name or ID Select or specify the prompt (automation) to be executed from TexAu.
Inputs JSON object containing input parameters required by the prompt to customize its execution behavior.

Output

The node outputs JSON data representing the result of executing the specified prompt on TexAu. This typically includes the response or output generated by the prompt, such as processed data, AI-generated text, or other automation results. If the prompt produces binary data, it would be included accordingly, but based on the provided code and properties, the primary output is JSON structured data reflecting the prompt execution outcome.

Dependencies

  • Requires an active TexAu Cloud account with appropriate API access.
  • Needs an API authentication token or key configured in n8n credentials to authorize requests to TexAu.
  • The node depends on TexAu's REST API endpoints to fetch accounts, automations (prompts), and to execute the selected prompt.
  • The OpenAI account referenced must be linked or recognized within TexAu for the prompt execution.

Troubleshooting

  • Common Issues:

    • Invalid or missing API credentials can cause authentication failures.
    • Selecting a non-existent or unauthorized OpenAI account or prompt ID will result in errors.
    • Incorrectly formatted JSON inputs may cause the prompt execution to fail or return errors.
    • Network connectivity issues can prevent communication with TexAu API.
  • Error Messages:

    • Authentication errors usually indicate invalid or expired API keys; verify and update credentials.
    • "Prompt not found" or similar messages suggest the prompt ID is incorrect or inaccessible; confirm the prompt exists and the user has permission.
    • JSON parsing errors imply malformed input JSON; validate the JSON syntax before submission.

Links and References

Discussion