mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-29 04:00:13 +00:00
🔄 synced local 'docs/' with remote 'docs/'
This commit is contained in:
parent
9fcfffd85f
commit
8a30ef8a42
71 changed files with 934 additions and 340 deletions
|
|
@ -17,7 +17,7 @@ keywords:
|
|||
|
||||
If you've built a workflow in the Cloud UI and want to trigger it from your codebase, this page shows how. You can run workflows on demand, poll for results, and set up recurring schedules using the Python SDK, TypeScript SDK, or REST API.
|
||||
|
||||
This is for workflows defined in the visual editor. If you're writing your entire automation in code (no workflow editor involved), see [Browser Automation](/browser-automations/overview) instead.
|
||||
This is for workflows defined in the visual editor. If you're writing your entire automation in code (no workflow editor involved), see [Browser Automation](/developers/browser-automations/overview) instead.
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -213,7 +213,7 @@ curl -X POST "https://api.skyvern.com/v1/run/workflows" \
|
|||
```
|
||||
</CodeGroup>
|
||||
|
||||
The webhook payload contains the same data as the polling response. See [Webhooks](/going-to-production/webhooks) for authentication and retry options.
|
||||
The webhook payload contains the same data as the polling response. See [Webhooks](/developers/going-to-production/webhooks) for authentication and retry options.
|
||||
|
||||
### Response fields
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue