Actions36
- Automation Actions
- Execution Actions
- Notification Actions
- Platform Actions
- Prompt Actions
- Proxy Actions
- Result Actions
- Run Automation Actions
- Social Account Actions
- Workflow Actions
- Workspace Actions
Overview
This node integrates with the TexAu Cloud platform to retrieve information about social accounts linked to a user's TexAu environment. Specifically, the "Get" operation under the "Social Account" resource fetches detailed data for a single social account by its name or ID.
Typical use cases include:
- Automating workflows that require fetching social account details before performing actions like posting, analytics, or management.
- Integrating TexAu social account data into other systems or dashboards.
- Validating or auditing connected social accounts programmatically.
For example, you might use this node to get the profile details of a specific social media account managed in TexAu before triggering an automation that posts content on that account.
Properties
Name | Meaning |
---|---|
Account Name or ID | Select a social account from a dropdown list populated dynamically with available accounts, or specify an account ID using an expression. This identifies which social account's details to retrieve. |
Output
The node outputs JSON data representing the detailed information of the requested social account. The structure corresponds to the response from the TexAu API endpoint /api/v1/public/social-accounts/{accountId}
, including fields such as account name, platform, and other metadata related to the social account.
No binary data output is indicated for this operation.
Dependencies
- Requires an active TexAu API authentication credential configured in n8n to authorize requests.
- Depends on the TexAu Cloud API being accessible at
https://v2-prod-api.texau.com
. - Uses the internal method to load available social accounts dynamically for the dropdown selection.
Troubleshooting
Common Issues:
- Invalid or missing API credentials will cause authentication failures.
- Specifying an incorrect or non-existent account ID will result in a "not found" error from the API.
- Network connectivity issues can prevent successful API calls.
Error Messages:
- 401 Unauthorized: Check that the API key credential is correctly set up and has necessary permissions.
- 404 Not Found: Verify the account identifier is correct and exists in your TexAu account.
- Timeout or Network Errors: Ensure stable internet connection and that TexAu API endpoints are reachable.
Links and References
- TexAu API Documentation (for detailed API endpoints and data structures)
- n8n Expressions Documentation (for using expressions in property inputs)