• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

API request doesn't pass

edwardzev

Member
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.
1739195603858.png


Do you have any Idea what's is the problem?
 

Preeti Paryani

Well-known member
Staff member
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.
 
Top