Adobe Commerce and Slack: New-Order Alert Template

When a new Adobe Commerce order arrives, this Spojit template posts a Slack message with the order number, customer, and total so your team has instant visibility.

What It Builds

A Webhook trigger receives each new order event from your Adobe Commerce store. A Connector node on the Slack connector then posts a formatted message to a channel of your choice, including the order number, customer name, and order total. If the webhook payload is thin, a second Connector node on the Adobe Commerce REST connector fetches the full order first so every field is present in the alert.

The Prompt

Paste this into Miraxa and it builds the workflow, connecting the tools for you:

Build a workflow that triggers on a webhook when a new Adobe Commerce order is placed, looks up the full order from Adobe Commerce, and posts a message to the #orders Slack channel with the order number, customer name, and order total.

Connectors Used

  • Adobe Commerce REST - looks up the full order so the alert has every field.
  • Slack - posts the new-order message to a channel.
  • Webhook trigger - starts the workflow when your store sends the new-order event.

Customize It

Change #orders to your own channel, and tweak which fields land in the message (add the shipping country, line-item count, or a link to the order). You can also add a threshold so only orders above a certain total trigger an alert.

Tips

  • Give your Slack connection the scope to post in the target channel before you run it.
  • Use a Connector node in Direct mode for the Slack post: it is deterministic and costs no AI credits.
  • Verify the webhook with a signing connection so only your store can trigger the workflow.

Related

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.