InboundTriggerSaveRequest
The request body for creating or replacing an inbound trigger.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
targetKind |
no | InboundTriggerTargetKind |
Gets the kind of target the trigger starts. Default InboundTriggerTargetKind.Agent. | — |
targetName |
no | string |
Gets the agent or workflow name to run. | — |
signingSecretConfigurationName |
no | string |
Gets the configuration key name the signing secret is read from. Never a value. | — |
payloadMode |
no | InboundTriggerPayloadMode |
Gets how the request body becomes the run’s message. Default InboundTriggerPayloadMode.WholeBody. | — |
payloadPath |
no | string |
Gets the dotted path used when InboundTriggerPayloadMode InboundTriggerSaveRequest.PayloadMode is InboundTriggerPayloadMode.Path. | — |
enabled |
no | boolean |
Gets whether the trigger accepts requests. Default true. |
— |