...
To use the JSON API Element:Adding , add the JSON API prompt:
- Locate the JSON API element under the Prompt PluginPrompts section of the palette.
- Drag and drop the element into the “Drop the Drop a prompt here” area.to here area.
Configure form properties
To properly integrate and configure the JSON API, set the following fields:
Name | Description |
---|---|
JSON URL |
...
The full URL of the API you want to call. This is where the data comes from. | |
Call Type |
...
Select the type of call. Options include: |
...
|
Request Headers |
...
Add name(s) and value(s) to the request header.
|
...
|
...
| ||
Passover Current Requests Cookies |
...
If enabled, cookies from the current session will be included in the API call. Useful only for internal/private APIs that require logged-in session data. | |
Debug Mode |
...
If turned on, this will print API request and response data to logs or output for troubleshooting. Turn this on while testing. Turn it off in production. |