Invoke
Authorizations
x-api-keystringRequired
Path parameters
share_idstringRequired
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.
Query parameters
attachments_keystringOptional
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.
Body
objectOptional
Responses
201
Successful operation
application/json
400
Mismatch with department
application/json
403
Invalid API key
application/json
404
Invalid share id
application/json
500
Internal server error
application/json
post
/v1/invoke/{share_id}Last updated
Was this helpful?

