I am trying to send a request to the Promptly Application in the HTTP module, but I keep getting a response indicating that the API is waiting for an input prompt.
I have followed the API documentation and configured the HTTP request as follows, see attachment.
Despite me sending this request body with the “request” field, the API responds with a message that it is still waiting for an input prompt.
I have tried various permutations of the request body, including using the “prompt” field instead of “request,” but the problem persists.
Can someone please help me resolve this problem? I would be very grateful for any guidance on how to format the request body correctly or what other configuration changes are needed to successfully send a prompt to the API and receive a valid response.
Thanks in advance for your help!