Actions
Post Entity Action
Post an entity action.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Entity Action Name | The action name of the entity. |
| Entity IDs | A comma-separated list of entity IDs. Can be obtained via the Query Entity action. |
| Entity Type | The type of the entity. |
| Scopes | The scopes for the request. |
| Parameter | Description |
|---|---|
| Entity Action Param | The action param of the entity. |
{
"responseEnvelope": {
"requestId": "<string>",
"responseCode": 369,
"responseText": "<string>",
"additionalText": "<string>",
"recordsNumber": 0,
"scrollId": "<string>"
},
"responseData": [
{
"entityId": "<string>",
"taskId": null
}
]
}
Was this page helpful?