Skip to content

Webhooks

A webhook notifies your system as soon as something changes in your Ciklik store: a subscription, an order, a shipment, a customer, a marketing opt-in. You provide a receiving URL for each event type. Ciklik sends the information there the moment it happens, without you having to poll anything.

  • Keep your store in sync with an ERP or a PrestaShop site, with no manual re-entry.
  • Feed a spreadsheet or a no-code tool such as Make or Zapier.
  • Alert your logistics team as soon as a new shipment is created.
  • Trigger a custom e-mail from a tool outside Ciklik.
ObjectKeyWhen it fires
Subscriptioncreated_subscriptiona subscription is created
Subscriptionupdated_subscriptiona subscription is updated
Subscriptiondeleted_subscriptiona subscription is deleted
Shipmentcreated_shippingboxa shipment is created
Shipmentupdated_shippingboxa shipment is updated
Shipmentdeleted_shippingboxa shipment is deleted
Ordercreated_checkoutorderan order is created
Orderupdated_checkoutorderan order is updated
Transactioncreated_checkouttransactiona transaction is created
Transactionupdated_checkouttransactiona transaction is updated
Invoicecreated_checkoutinvoicean invoice is issued
Customercreated_usera customer is created
Customerupdated_usera customer is updated
Addresscreated_addressan address is created
Addressupdated_addressan address is updated
Marketing opt-increated_optina marketing opt-in is created
Marketing opt-inupdated_optina marketing opt-in is updated
Subscriptionupdated_change_choiceson request the customer changes their product choices

updated_change_choices is enabled on request from the Ciklik team, not through the API.

MechanismWhere it is configuredWhat it sendsPage
Site webhooks (this section)Ciklik team or vendors APIThe events of your store: subscriptions, orders, shipments, customers…this page
Abandoned cart reminderMy Sites, Marketing settings tabThe contact details of an abandoned cart and a recovery linkAbandoned carts
Newsletter block of the editorNewsletter block settings, on your siteThe e-mail address of a new newsletter subscriberRetrieve newsletter subscribers
Anti-churn campaignMy Sites, Webhook section of the campaignA notification about a subscriber whose payment failedAnti-churn campaign

These last three have a format and a lifecycle that have nothing in common with site webhooks.