I’ve tried several configurations in the module, but I can’t find the correct one. Has anyone successfully done this? Could you share an example of the correct body format that Make will accept?
According to the API docs, the key of the text parameter should be question[text], not text. I imported their curl request example into Postman, and it looks like this.
I suggest updating the key to a question[text] and testing the request. If it doesn’t work, replace the JSON payload with the x-www-form-urlencoded payload as on the screenshot above (Content-Type: application/x-www-form-urlencoded).