Skip to content

InboundTriggerResponse

← All HTTP schemas

The response describing an inbound trigger definition.

Shape: object

Property Required Type Description Rules
name yes string Gets the trigger name.
targetKind yes InboundTriggerTargetKind Gets the kind of target the trigger starts.
targetName yes string Gets the agent or workflow name the trigger starts.
signingSecretConfigurationName yes string Gets the configuration key name the signing secret is read from.
resolved yes boolean Gets whether SigningSecretConfigurationName currently resolves to a value.
payloadMode yes InboundTriggerPayloadMode Gets how the request body becomes the run’s message.
payloadPath no string Gets the dotted path used when InboundTriggerPayloadMode InboundTriggerResponse.PayloadMode is InboundTriggerPayloadMode.Path.
enabled yes boolean Gets whether the trigger accepts requests.
createdAt yes string (date-time) Gets the creation time (UTC).
updatedAt yes string (date-time) Gets the last-updated time (UTC).