Skip to main content

Trigger

Properties

NameTypeDescriptionNotes
idstringUnique identifier of the trigger.[default to undefined]
namestringTrigger Name.[default to undefined]
typeTriggertype[default to undefined]
description(optional) stringTrigger Description.[default to undefined]
inputSchemastringThe JSON schema of the payload that will be sent by the trigger to the subscribed service.[default to undefined]
exampleInputTriggerExampleInput[default to undefined]
outputSchema(optional) stringThe JSON schema of the response that will be sent by the subscribed service to the trigger in response to an event. This only applies to a trigger type of REQUEST_RESPONSE.[default to undefined]
exampleOutput(optional) TriggerExampleOutput[default to undefined]