Task

Create Resource Action Task

Create a task that executes a connector resource-create action, for example creating a group in a connected application from a group template. The action must be enabled, visible to the caller, and target a connector action of type resource-create. Form values are validated against the connector's schema at request time.

post/api/v1/task/resource-action

Request body

actionIdstring required

The ID of the resource-create action to execute.

formValuesobject nullable

Response

The TaskServiceCreateResourceActionResponse returns the created action task with optional expanded related objects.

Changes