API request doesn't pass
Status: Open · Asked by edwardzev on · 0 views
Hi, I am trying to pass post request to supabase which is sql database service.
It returns me error that Could not find the 'msg_txt' column of 'messages' in the schema cache. When I try to send the same request via Postman it goes well.
Can't understand where the problem is.
This is postman body that works.
{
"sender": "972506486998",
"push_name": "Benjamin Zevelev",
"msg_text": "Test message",
"msg_id": "ABC12345",
"from_me": false,
"broadcast": false
}
This is pabbly that doesn't. 
Do you have any Idea what's is the problem?
Hello @edwardzev,
Could you please provide the workflow URL where you are encountering this issue, along with the API documentation, the specific endpoint you are using, and the cURL request from Postman that worked successfully? This will help us analyze the issue more effectively and provide you with the appropriate assistance.