Skip to main content
Call evaluate from a Shared Flow and raise a fault on block.
  1. Create an API key on the collector.
  2. AssignMessage — build { protocol, direction, payload, consumer_id, session_id } (client_id / developer app as consumer_id).
  3. ServiceCalloutPOST evaluate with Authorization: Bearer.
  4. RaiseFault 403 when status == "block".
  5. On transform, replace the message body with transformed_payload.
  6. Attach with FlowCallout on the request path (direction: input) and response path (direction: output).