{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"status": "ACTIVE",
"autoConfirm": true,
"description": "",
"emailTrigger": {
"active": true,
"allowedSenders": [
"<string>"
],
"email": "<string>"
},
"dataSchema": {
"title": "DataToExtract",
"description": "",
"type": "object",
"properties": {},
"required": [
"<string>"
]
},
"dataDestinations": [
{
"type": "ASKUI_WORKFLOW",
"host": "SELF",
"runnerTags": [
"<string>"
],
"workflows": [
"<string>"
]
}
],
"workspaceId": "<string>",
"folderPath": "<string>"
}
{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"status": "ACTIVE",
"autoConfirm": true,
"description": "",
"emailTrigger": {
"active": true,
"allowedSenders": [
"<string>"
],
"email": "<string>"
},
"dataSchema": {
"title": "DataToExtract",
"description": "",
"type": "object",
"properties": {},
"required": [
"<string>"
]
},
"dataDestinations": [
{
"type": "ASKUI_WORKFLOW",
"host": "SELF",
"runnerTags": [
"<string>"
],
"workflows": [
"<string>"
]
}
],
"workspaceId": "<string>",
"folderPath": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
The response is of type object
.
Was this page helpful?