Using App Specs
When configuring a trigger supporting specs, you can select an app-level specs. This section describes how to use specs for different triggers and activities.
REST Trigger - ReceiveHTTPMessage
-
Set the Configure Using API Specs option to True.
-
Click the Use app level spec toggle.
-
Select the required OpenAPI spec from the Browse App Specs dialog and click Done.
-
Select the Path and Method inputs, which you want to implement, from the dropdown menus.
InvokeRESTService Activity
-
After adding the activity, click Use app level spec next to the API spec picker.
-
Select the required OpenAPI spec from the Browse App Specs dialog and click Done.
-
Select the Path and Method inputs, which you want to use, from the dropdown menus.
GraphQL Trigger
-
When adding a trigger, click Use app level spec toggle next to the GraphQL schema File picker.
-
Select the required GraphQL spec from the Browse App Specs dialog and click Done.
-
Select the GraphQL Operation and Resolver inputs, which you want to implement, from the dropdown menus.
gRPC trigger
-
When adding a trigger, click the Use app level spec toggle next to the Proto File picker.
-
Select the required gRPC spec from the Browse App Specs dialog and click Done.
-
Select the Service Name and Method Name inputs, which you want to implement, from the dropdown menus.
gRPC Invoke
-
Click the Use app level spec toggle next to the Proto File picker.
-
Select the required gRPC spec from the Browse App Specs dialog and click Done.
-
Select the Service Name and Method Name inputs, which you want to use, from the dropdown menus.