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 interacts with the TexAu Cloud platform to manage social accounts, specifically allowing users to remove a proxy associated with a social account. Removing a proxy can be useful when you want to disassociate or update the proxy settings for a particular social media account managed within TexAu.
Common scenarios include:
- Cleaning up or updating proxy configurations linked to social accounts.
- Managing social account connections in automation workflows where proxies are used for routing traffic.
- Ensuring that outdated or compromised proxies are removed from accounts to maintain security and proper operation.
For example, if you have a social account configured with a proxy for scraping or automation purposes and you want to remove that proxy before assigning a new one, this node operation facilitates that action.
Properties
Name | Meaning |
---|---|
Account ID | The unique identifier of the social account from which the proxy should be removed. |
The "Account ID" is a required string input that specifies which social account's proxy will be deleted.
Output
The output JSON contains the response from the TexAu API after attempting to remove the proxy from the specified social account. Typically, this would include confirmation of success or details about the removal operation.
No binary data output is involved in this operation.
Dependencies
- Requires an active connection to the TexAu Cloud API.
- Needs an API key credential for authentication with TexAu.
- The base URL for requests is
https://v2-prod-api.texau.com
. - Proper permissions on the API key to delete proxy settings on social accounts.
Troubleshooting
- Invalid Account ID: If the provided Account ID does not exist or is incorrect, the API will likely return an error indicating the resource was not found. Verify the Account ID is correct.
- Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key is correctly configured in n8n credentials.
- Permission Denied: The API key might lack permission to modify social account proxies. Check the API key scopes and permissions.
- Network Issues: Connectivity problems to the TexAu API endpoint may cause request failures. Confirm network access and endpoint availability.
Links and References
- TexAu API Documentation (for detailed API endpoints and authentication)
- TexAu Official Website