ichilddev
Member
Hi Community.
WE are trying to Use Pabbly to Do a API Post from Glideapp with the following API This API will be triggered from Google -> Pabbly API to create a ROW in the Glide table. The Glide Table has the following API Parameters:
curl --request POST 'https://api.glideapp.io/api/function/mutateTables' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer a34d88da-XXXXXXXX' \
--data-raw '{
"appID": "FTtT42XXXXXX",
"mutations": [
{
"kind": "add-row-to-table",
"tableName": "native-table-1nvQXXXXXXXX",
"columnValues": {
"Name": "Invoice Details",
"Invoice Item": "Invoice Item",
"Subsidy Item": "Subsidy Item",
"Create Date": "Create Date"
}
}
]
}'
WE have attached the setup in Pabbly API as a screenshot.
Kindly advise how we can
1. If the Endpoint URL correctly set up?
2. Payload Type: Is it correct? What is Wrap Request in Array
3. For Headers
Content-Type: correctly filled?
Authorization: correctly filled?
4. What are the Parameters to set?
Any advise or help is much appreciated!
WE are trying to Use Pabbly to Do a API Post from Glideapp with the following API This API will be triggered from Google -> Pabbly API to create a ROW in the Glide table. The Glide Table has the following API Parameters:
curl --request POST 'https://api.glideapp.io/api/function/mutateTables' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer a34d88da-XXXXXXXX' \
--data-raw '{
"appID": "FTtT42XXXXXX",
"mutations": [
{
"kind": "add-row-to-table",
"tableName": "native-table-1nvQXXXXXXXX",
"columnValues": {
"Name": "Invoice Details",
"Invoice Item": "Invoice Item",
"Subsidy Item": "Subsidy Item",
"Create Date": "Create Date"
}
}
]
}'
WE have attached the setup in Pabbly API as a screenshot.
Kindly advise how we can
1. If the Endpoint URL correctly set up?
2. Payload Type: Is it correct? What is Wrap Request in Array
3. For Headers
Content-Type: correctly filled?
Authorization: correctly filled?
4. What are the Parameters to set?
Any advise or help is much appreciated!