• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Glideapps API [POST]

ichilddev

Member
Dear Support Community would like to get some support how we could set up an Pabbly API call to update the Glideapps platform API. The follow is the syntax. The following is a Post method.

curl --request POST 'https://api.glideapp.io/api/function/mutateTables' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer a34d88da-e888-47c1-8b08-c8f806614f31' \
--data-raw '{
"appID": "FTtT42VoIyCCsjehakdeee",
"mutations": [
{
"kind": "set-columns-in-row",
"tableName": "FAMILY",
"columnValues": {
"column1": "StudentID",
"Basic Info": "FamilyInfo/FamilyMemberName",
"column3": "FamilyInfo/NRIC/FIN",
"Family Member Photo": "FamilyInfo/Photo",
"column4": "FamilyInfo/Gender",
"column5": "FamilyInfo/Date of Birth",
"column7": "FamilyInfo/Country",
"column8": "FamilyInfo/Residency",
"column9": "FamilyInfo/Race",
"column6": "Student/Relationship",
"Account Info": "Student/Type",
"Contact Info": "Contact/MobileNo",
"column11": "Contact/FamilyMemberEmail",
"column12": "Contact/ResidentialAddress",
"column13": "Contact/PostalCode",
"column14": "ParentalAccessRights",
"column17": "Alerts/ReceiveFeedAlertviaEmail",
"column18": "Alerts/ReceiveFeedAlertviaWhatsapp",
"column19": "Source",
"column20": "TimeStamp/WhenUpdated",
"Who edited?": "TimeStamp/WhoUpdated",
"Email edited?": "TimeStamp/EmailUpdated",
"column21": "TimeStamp/WhoCreated",
"Created Date": "TimeStamp/WhenCreated",
"Created By": "TimeStamp/EmailCreated",
"Family Member System ID": "JSON/FamilyMemberGUIDID",
"JSON/Student GUID ID": "JSON/StudentGUIDID",
"JSON/TEMP GUID ID": "JSON/TEMPGUIDID",
"JSON/FAMILY GUID": "JSON/StudentIDSNew",
"Contact/Whatsapp No": "Contact/WhatsappNo",
"CreateUserRoWIDForAddFamilyMember": "AddFamily/AddFamilyUserRowID",
"Alerts/ReceiveAttendanceAlertviaWhatsapp": "Alerts/AttendanceAlertviaWhatsapp",
"AddFamily/AddFamilyUserID": "AddFamily/CurrentGUIDPointingtoNewFamily"
},
"rowID": "ROW-ID"
}
]
}'





Any support is highly appreciated.
 

ichilddev

Member
Please share the workflow URL and the API documentation for the same.
Dear Supreme!
Thanks for your prompt response!

Documentation: https://www.glideapps.com/docs/reference/data-sources/glide-tables-api-for-beginners

Pabbly WorkFlow: Update Glide Family Row

Hope the above helps. Appreciate!
 

Supreme

Well-known member
Staff member
Kindly use the "Custom Request" of the API by Pabbly action step to pass the JSON of the API request.

Make sure you are passing the complete and correct Bearer Token along with the ROW ID.

1681387215371.png


 
Top