Skip to main content
The api-request-to-your-app function type makes API requests to your Internal API.

Usage

This function type is used in Actions to make requests to your own application’s API endpoints.

Configuration Example

Configuration Parameters

  • request.uri - Internal API endpoint URI
  • request.method - HTTP method (defaults to GET)
  • request.body - Request body
  • request.query - Query parameters
  • request.headers - HTTP headers
  • batchSize - Batch processing size (optional)
  • responseSchema - Expected response schema (optional)
  • allowNon2xx - Allow non-200 responses (optional)

Output Schema