Skip to content

InboundTriggerPayloadMode

Namespace AgentPrism · Assembly AgentPrism.Abstractions.dll

How an inbound trigger’s request body becomes the agent/workflow message.

[JsonConverter(typeof(JsonStringEnumConverter<InboundTriggerPayloadMode>))]
public enum InboundTriggerPayloadMode

Path = 1

A single field, selected by InboundTrigger.PayloadPath, becomes the message.

WholeBody = 0

The whole request body becomes the message, as JSON text.

Written as a name in JSON, stored as smallint in the database. The value order must not change — only append; existing rows reference the numeric value.