Creates a new gateway trigger for API endpoint management. A gateway trigger establishes an HTTP endpoint that can be accessed from outside the system and routes requests to appropriate handlers.
Usage Notes:
is_public: true allows the endpoint to be accessed without authenticationJWT token for authentication. Required for all API operations to verify identity and access permissions.
Unique name identifier for the trigger. Used to construct the trigger's topic and subject.
"my-gateway-trigger"
Must be 'gateway' for this endpoint. Determines the trigger's behavior and available properties.
gateway "gateway"
Logical grouping the trigger belongs to. Used for organizing and filtering triggers.
"my-collection"
Human-readable description explaining the trigger's purpose and function.
"Trigger for API gateway endpoint"