Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/chatbot/variables/customapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $(customapi https://api.example.com/data?param1=value1&param2=value2)

**Q: Can I use `$(customapi)` to make POST requests?**

A: No, `$(customapi)` only supports GET requests.
A: No, `$(customapi)` only supports GET requests. Additionally, only HTTP 200 status will return a response. Any other HTTP status will result in a "Unable to make request" response.

**Q: How can I handle JSON responses?**

Expand Down