InboundTriggerPayloadMode
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllHow an inbound trigger’s request body becomes the agent/workflow message.
[JsonConverter(typeof(JsonStringEnumConverter<InboundTriggerPayloadMode>))]public enum InboundTriggerPayloadModeFields
Section titled “Fields”Path = 1
A single field, selected by InboundTrigger.PayloadPath, becomes the message.
WholeBody = 0
The whole request body becomes the message, as JSON text.
Remarks
Section titled “Remarks”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.