Hello Community,
I'm experiencing an issue where ManyChat suddenly stopped updating user fields from responses to external HTTP requests. Here are the details:
- Issue: ManyChat is not saving the response value in the user field.
- Setup:
- Trigger: Keyword "tester"
- HTTP Request: Sends to a PHP script and receives a JSON response
- JSON Response Example:
{"responseMessage": "Hello Juan, I'm here to help. Could you please provide more details about your query?"}
- JSONPath:
$.responseMessage
- User Field:
Chatgpt output
Despite this setup working previously, it now returns an error: Response is null
.
Steps I've taken:
- Verified the server and response format.
- Tested with simplified static responses.
- Confirmed correct JSONPath usage.
Has anyone else encountered this issue or have any suggestions for troubleshooting?
Thank you!