Hey Gliders!
Just another question about the Explorer plan; does it include a working, 2 way Make intergration?
I know on the pricing page it says that the plan includes integrations but Make requires a API and the Glide API is apparently only available on the Bussinus plans
Those are separate.
The Make integration allows you to interact with Glide through the official Glide module. Those include:
- Delete Row β Delete rows from a table
- Edit Row β Edit an existing row
- Get Rows β Get rows from a table
- Add Row β Add a row to a table
- Get Row β Get row from a table
Letβs think of it as something thatβs easier for non-coders, but theyβre limited to the interactions above.
For the Glide API, you can:
- Perform multiple mutations of the same kind, or even different kinds.
- Run SQL-like queries on Big Tables.
- Perform more actions on API v2, also with Big Tables.
For your point on a 2-way integration, Glide can always send data to Make using a Webhook Trigger action. Just configure the webhook in Make first.
Oh thank you!
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.