Required capabilities:
integrationsAcl:WRITE
Create actions for an integration. The extractor is requested to run pending actions the next time it checks in.
List of created actions.
The response for a bad request.
Request validation failed.
{- "items": [
- {
- "externalId": "my.integrations.id",
- "actionName": "string",
- "callMetadata": {
- "property1": "string",
- "property2": "string"
}
}
]
}{- "items": [
- {
- "externalId": "my.integrations.id",
- "actionName": "string",
- "status": "pending",
- "callMetadata": {
- "property1": "string",
- "property2": "string"
}, - "resultMessage": "string",
- "resultMetadata": {
- "property1": "string",
- "property2": "string"
}, - "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}