SoftSolzSoftSolz
HomeAPI GuideAPI ReferenceWidget Tester

Workflows

Automate recurring and event-driven jobs across your services.

Build a workflow in the dashboard from a library of step types, then trigger it on a schedule or an event. There is no public embed widget for this service - it runs entirely server-side.

List workflows

bash
curl https://app.softsolz.uk/api/v1/services/workflows/workflows \
-H "Authorization: Bearer sk_live_your_key"

Trigger a run

bash
curl -X POST https://app.softsolz.uk/api/v1/services/workflows/workflows/wf_123/run \
-H "Authorization: Bearer sk_live_your_key"

Next

Browse every endpoint in the API Reference, or read the product walkthrough on docs.softsolz.uk.