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

  1. Set the Configure Using API Specs option to True.

  2. Click the Use app level spec toggle.

  3. Select the required OpenAPI spec from the Browse App Specs dialog and click Done.

  4. Select the Path and Method inputs, which you want to implement, from the dropdown menus.

InvokeRESTService Activity

  1. After adding the activity, click Use app level spec next to the API spec picker.

  2. Select the required OpenAPI spec from the Browse App Specs dialog and click Done.

  3. Select the Path and Method inputs, which you want to use, from the dropdown menus.

GraphQL Trigger

  1. When adding a trigger, click Use app level spec toggle next to the GraphQL schema File picker.

  2. Select the required GraphQL spec from the Browse App Specs dialog and click Done.

  3. Select the GraphQL Operation and Resolver inputs, which you want to implement, from the dropdown menus.

gRPC trigger

  1. When adding a trigger, click the Use app level spec toggle next to the Proto File picker.

  2. Select the required gRPC spec from the Browse App Specs dialog and click Done.

  3. Select the Service Name and Method Name inputs, which you want to implement, from the dropdown menus.

gRPC Invoke

  1. Click the Use app level spec toggle next to the Proto File picker.

  2. Select the required gRPC spec from the Browse App Specs dialog and click Done.

  3. Select the Service Name and Method Name inputs, which you want to use, from the dropdown menus.