All features

Workflow automation behind every site.

Wire backend events together so forms, orders, bookings, campaigns, and support conversations can trigger the right follow-up automatically.

Best for

  • order follow-up
  • booking reminders
  • lead routing
  • admin alerts

Use it when client operations need to happen after the click: reminders, alerts, routing, enrichment, syncs, and recovery flows.

What this module gives your project.

Event triggers

Use this capability from your custom frontend while the operational side stays manageable in Arky admin.

Scheduled triggers

Use this capability from your custom frontend while the operational side stays manageable in Arky admin.

Webhook calls

Use this capability from your custom frontend while the operational side stays manageable in Arky admin.

API calls

Use this capability from your custom frontend while the operational side stays manageable in Arky admin.

Execution logs

Use this capability from your custom frontend while the operational side stays manageable in Arky admin.

Custom UX without rebuilding backend state.

  • Webhook triggers
  • Clear completion states
  • Less custom glue code
  • Auditable backend actions

A client-facing back office for the same module.

  • Workflow builder
  • Run history
  • Failure visibility
  • Schedules
  • Action configuration

Code the frontend. Connect Arky underneath.

Start with the frontend stack the project deserves, then connect only the Arky modules it needs. The admin, API, SDK, and backend workflows stay behind the custom experience.

  1. Choose the trigger
  2. Connect actions and branches
  3. Watch execution history while the client project runs
import { createArkyStore } from "arky-sdk/storefront-store";

const arky = createArkyStore({
  baseUrl: "https://api.arky.io",
  storeId: "your-store-id",
  locale: "en",
});

await arky.setup({ hydrateCart: true });

// Use the module helpers your frontend needs.
// The client keeps full control over markup, routing, and UX.

Useful integration touchpoints.

  • POST /v1/workflows
  • POST /v1/workflows/trigger
  • GET /v1/workflows/{id}/runs
Talk to us

Early access for custom frontend teams.