POST
/
v2
/
workspaces
/
{workspaceId}
/
test
/
{automationSlug}
curl --request POST \
  --url https://api.eda.prisme.ai/v2/workspaces/{workspaceId}/test/{automationSlug} \
  --header 'Content-Type: application/json' \
  --header 'X-Prismeai-API-Key: <api-key>' \
  --data '{
  "payload": "<any>"
}'
"<any>"

Authorizations

X-Prismeai-API-Key
string
header
required
connect.sid
string
cookie
required

Path Parameters

workspaceId
string
required

Workspace id

automationSlug
string
required

Automation slug

Body

payload
any

Entire body will be passed as a payload to the triggered automation

Response

200
application/json
Success Response

The response is of type any.