API Request Body

Jozef_783863
Jozef_783863 Posts: 331 admin
edited May 2020 in Show and Tell

Referencing many fields in an API Request Body can return an API response error. This workflow is a general recommendation for cutting down on API response errors based on Text field types. This workflow does not constitute expert guidelines on building API requests.

This workflow example uses 1 field in the Request Body setting. This building approach helps cut down on many fields getting stored in the API Request Body.

In the first step, we construct our Request Body. In the second step, we stringify this Request Body output field. Finally, in the API Request Body setting, we reference our 1 field.

  1. Output 1 field named Request Body
  2. Stringify Request Body
  3. Reference Request Body as the only field in the API Request Body

Workflow Overview

  1. Output 1 field named Request Body

  2. Stringify Request Body

  3. Reference Request Body as the only field in the API Request Body