I´m trying to make a HTTP Request to Manychat for Set Custom Field but I´m having this problem:
DataError
Error: 400 Bad Request
{“status”:“error”,“message”:“Validation error”,“details”:{“messages”:[{“message”:“subscriber_id cannot be blank.”}]}}
I already see if the subscriber ID is a string and apparently it´s alll right. I tried to use the function “toString” at Make but the problem still
This is my Input:
This is the HTTP request body:
What can I do? Do you have any idea?