Skip to main content

CRM: Sage Sales Management Webhook

Entry-point node that triggers the workflow whenever Sage Sales Management delivers a webhook for the configured entity/action pair (e.g. Account / Insert). The webhook payload is exposed on the JSON output, ready to be piped into downstream nodes.

Pre-requisite: Install Sage Sales Management application in Profile > {Organization} > Applications and configure the webhook on the Sage side to point at the URL shown in the workflow editor.

Parameters

Sage Sales Management AccountREQUIRED

Configured Sage Sales Management application.

EntityREQUIRED

Which Sage entity the webhook reacts to (e.g. Account, Activity, Contact, Product, Order, …).

ActionREQUIRED

Which event on the entity triggers the workflow (e.g. Insert, Update, Delete).

Input

This is an entry-point node — it has no input connectors.

Output

JSON

The webhook payload pushed by Sage Sales Management.

Tracker UUID

Unique identifier of this workflow execution, useful for correlating downstream side-effects with the originating webhook.