Salla · Arazzo Workflow

Salla Webhook Subscription Setup

Version 1.0.0

Inspect existing webhook subscriptions, subscribe to an event, and confirm registration.

1 workflow 1 source API 1 provider
View Spec View on GitHub ArabicE-CommerceGCCHeadless CommerceMerchantMENAOnline StoresRetailSaudi ArabiaSMBStorefrontArazzoWorkflows

Provider

salla

Workflows

subscribe-webhook
Subscribe to a Salla webhook event and confirm it registered.
Lists current webhook subscriptions, creates a new subscription for the requested event and URL, and re-lists subscriptions to confirm it registered.
3 steps inputs: event, name, securityStrategy, url outputs: subscriptions
1
listExisting
List the webhook subscriptions already registered for the store.
2
subscribe
Create a new webhook subscription for the requested event and delivery URL.
3
confirm
Re-list the subscriptions to confirm the new endpoint is registered.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Salla Webhook Subscription Setup
  summary: Inspect existing webhook subscriptions, subscribe to an event, and confirm registration.
  description: >-
    The setup flow an app runs to start receiving Salla store events. The
    existing webhook subscriptions are listed first, a new subscription is
    created for the requested event and delivery URL, and the subscriptions are
    listed again to confirm the new endpoint is registered. Each step spells
    out its request inline so the flow can be read and executed without opening
    the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: webhooksApi
  url: ../openapi/salla-webhooks-api-openapi.yml
  type: openapi
workflows:
- workflowId: subscribe-webhook
  summary: Subscribe to a Salla webhook event and confirm it registered.
  description: >-
    Lists current webhook subscriptions, creates a new subscription for the
    requested event and URL, and re-lists subscriptions to confirm it
    registered.
  inputs:
    type: object
    required:
    - name
    - event
    - url
    properties:
      name:
        type: string
        description: Friendly name for the subscription.
      event:
        type: string
        description: Webhook event to subscribe to (e.g. order.created).
      url:
        type: string
        description: HTTPS endpoint that will receive event deliveries.
      securityStrategy:
        type: string
        description: Delivery verification strategy (signature or token).
  steps:
  - stepId: listExisting
    description: >-
      List the webhook subscriptions already registered for the store.
    operationId: listWebhookSubscriptions
    successCriteria:
    - condition: $statusCode == 200
  - stepId: subscribe
    description: >-
      Create a new webhook subscription for the requested event and delivery
      URL.
    operationId: subscribeWebhook
    requestBody:
      contentType: application/json
      payload:
        name: $inputs.name
        event: $inputs.event
        url: $inputs.url
        security_strategy: $inputs.securityStrategy
    successCriteria:
    - condition: $statusCode == 201
  - stepId: confirm
    description: >-
      Re-list the subscriptions to confirm the new endpoint is registered.
    operationId: listWebhookSubscriptions
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      subscriptions: $response.body#/data
  outputs:
    subscriptions: $steps.confirm.outputs.subscriptions

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/salla-webhook-subscription-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.