diff --git a/docs/chatbot/variables/customapi.md b/docs/chatbot/variables/customapi.md index dc2400a..70c9347 100644 --- a/docs/chatbot/variables/customapi.md +++ b/docs/chatbot/variables/customapi.md @@ -71,7 +71,7 @@ $(customapi https://api.example.com/data?param1=value1¶m2=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?**