Does Explorer plan include a working Make integration?

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 :face_with_spiral_eyes:

Those are separate.

The Make integration allows you to interact with Glide through the official Glide module. Those include:

  1. Delete Row – Delete rows from a table
  2. Edit Row – Edit an existing row
  3. Get Rows – Get rows from a table
  4. Add Row – Add a row to a table
  5. 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.