Is it possible for us to hit a restful endpoint of our own making upon triggers (automations)? Ideally I’d like to build a two-way communication between my Mongodb instance and Coda, but I’m not seeing how to do it.
Unless I’m mistaken, it seems things like Zapier and Integromat have access to some level of the API that the rest of us don’t. Is this planned to change at some point? I assume I share with many other users/devs of Coda in wanting to do this, rather than be required to pay for external third-party software.
Triggers (or webhooks, another name for the same thing) are on the roadmap for the API, but we haven’t gotten around to it yet.
Actually, we don’t have a special API for Zapier or Integromat. I’m not sure about the latter, but Zapier works by periodically polling our API every X minutes for new rows. In the meantime, I would also like to recommend using buttons as @Dalmo_Mendonca suggested.