Invoke
Invoke automation runs.
Last updated
Was this helpful?
Invoke automation runs.
Last updated
Was this helpful?
Asynchronously starts an automation run given a share_id.
share_id
:Processes
and click on a Process to open the Process view.Copy API Endpoint
. It will copy the endpoint URL with the alpha-numeric share_id
at the end. For example:
https://rest-api-main.kognitos-test.net/v1/invoke/abcd3fg9ijk5mn1pqr3tu2wxy
share_id
: abcd3fg9ijk5mn1pqr3tu2wxy
The share_id identifies the automation to start. The share_id can be obtained from within the Kognitos web app when looking at an automation. Note that a share_id identifies an automation and a stage - draft/published.
The (optional) key to use for passing a list of file attachments to the run. For example, if attachments_key is "attachments", then the client can pass the list of attachments using the parameter "attachments" in the body of the request. The value should be a list of blob_uris. See the upload API for more detail on how to get a blob_uri.