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 manage social accounts programmatically. Specifically, the Social Account - Create operation allows users to add a new social account by specifying its name, platform details, and credentials.
Common scenarios where this node is beneficial include:
- Automating the onboarding of multiple social media accounts into TexAu for marketing or data scraping workflows.
- Programmatically managing social accounts without manual intervention in the TexAu dashboard.
- Integrating social account creation as part of larger automation pipelines that require dynamic account provisioning.
For example, a user can create a new Facebook or LinkedIn account connection by providing the account name, platform information (such as platform ID or type), and the necessary authentication credentials in JSON format.
Properties
Name | Meaning |
---|---|
Name | The display name for the social account being created (e.g., "My Account"). |
Platform | JSON object describing the social media platform details (e.g., platform ID or metadata). |
Credentials | JSON object containing the authentication credentials required to access the social account. |
Output
The node outputs JSON data representing the newly created social account as returned by the TexAu API. This typically includes fields such as the social account's unique ID, name, platform details, and status.
No binary data output is indicated for this operation.
Dependencies
- Requires an active API key credential for TexAu Cloud configured in n8n.
- The node makes HTTP requests to the TexAu API endpoint at
https://v2-prod-api.texau.com
. - Proper permissions on the TexAu account to create social accounts are necessary.
Troubleshooting
- Invalid Credentials Error: If the provided credentials JSON is incorrect or incomplete, the API may reject the request. Verify the credentials format and required fields per the platform's documentation.
- Platform Not Found: Ensure the platform JSON correctly identifies an existing supported platform; otherwise, the API will return an error.
- API Authentication Failure: Confirm that the API key credential is valid and has not expired.
- Network Issues: Connectivity problems to the TexAu API endpoint will cause request failures; check network settings and firewall rules.
Links and References
- TexAu Official Website
- TexAu API Documentation (Assumed based on typical naming, verify actual URL)