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 perform various operations on different resources. Specifically, for the Platform - Get operation, it retrieves detailed information about a specific platform by its name or ID. This is useful when you want to fetch metadata or configuration details of a platform registered in TexAu.
Common scenarios include:
- Fetching platform details to display or use in subsequent workflow steps.
- Validating platform existence before running automations or social account actions.
- Integrating platform data into reports or dashboards.
Example: You select a platform from a dropdown or provide its ID dynamically, and the node returns all relevant information about that platform.
Properties
Name | Meaning |
---|---|
Platform Name or ID | Choose a platform from a list loaded dynamically or specify a platform ID using an expression. The node will fetch details for this platform. |
The property supports selecting from available platforms (loaded via API) or specifying an ID directly.
Output
The node outputs JSON data containing the detailed information of the requested platform. The structure corresponds to the platform object returned by the TexAu API endpoint /api/v1/public/platforms/{platformId}
.
Typical fields may include platform name, ID, description, status, and other metadata as provided by the API.
No binary data output is involved in this operation.
Dependencies
- Requires an active connection to the TexAu Cloud API.
- Needs an API authentication token configured in the node credentials to authorize requests.
- The node uses the base URL
https://v2-prod-api.texau.com
for API calls. - The property dropdown for platform selection relies on the API method to load all platforms (
GET /platforms
).
Troubleshooting
Issue: No platforms appear in the dropdown list.
- Cause: Possible network issues or invalid API credentials.
- Resolution: Verify API key validity and network connectivity.
Issue: Error fetching platform details (e.g., 404 Not Found).
- Cause: The specified platform ID does not exist or is incorrect.
- Resolution: Confirm the platform ID or select a valid platform from the dropdown.
Issue: Authentication errors.
- Cause: Missing or expired API token.
- Resolution: Reconfigure the API credentials with a valid token.