You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Triggers an AI workflow on BurstyAI. [See the documentation](https://burstyai.readme.io/reference)",
7
+
version: "0.0.1",
8
+
type: "action",
9
+
props: {
10
+
burstyai,
11
+
workflow: {
12
+
type: "string",
13
+
label: "Workflow ID",
14
+
description: "The ID of the specific workflow to run. When viewing the workflow in BurstyAI, the ID is the last part of the URL. Example: `65e1cd00141fdc000195cb88`",
15
+
},
16
+
params: {
17
+
type: "object",
18
+
label: "Parameters",
19
+
description: "Optional parameters for the workflow",
20
+
optional: true,
21
+
},
22
+
waitForCompletion: {
23
+
type: "boolean",
24
+
label: "Wait For Completion",
25
+
description: "Set to `true` to poll the API in 3-second intervals until the workflow is completed",
description: "Fetch services, resources and mappings for the booking widget. [See the documentation](https://developers.cliento.com/docs/rest-api#fetch-ref-data)",
description: "Fetch settings and features for the booking widget. [See the documentation](https://developers.cliento.com/docs/rest-api#fetch-settings)",
description: "Fetch available slots for the given service, resource and dates. [See the documentation](https://developers.cliento.com/docs/rest-api#fetch-slots)",
0 commit comments