I am developing an integration between ManyChat and an API (which integrates with OpenAI's API, trained on my Google Sheets database) to create an interactive chat experience that personalizes a virtual assistant based on user inputs. The process involves capturing a prompt provided by the user, storing it in a Custom User Field in ManyChat, and using this variable in an HTTP request to the API.
However, I'm experiencing an issue where ManyChat is not updating user fields from responses to external HTTP requests.
When I check the log, it shows that the response is null.
Steps I've taken:
- Verified the server and response format.
- Tested with simplified static responses.
- Confirmed correct JSONPath usage.
I have attached some screenshots for your reference.
I would greatly appreciate any assistance or insights to help me resolve this issue.