How to send a webhook event once a new row is added?

Hi all,

I’m new to Grist and I would like to know how can I call a webhook if a new row added?

If in Google Spreadsheet, I could do this via app script but how can I achieve the same in Grist? Is there a tutorial for this?

I’m using hosted Grist.

Thanks

Hi @fa-dale.

Webhooks are still a beta feature, without any UI forms to manage them. But they are fully supported on the backend. Take a look at this Issue on Github: Support outgoing webhooks · Issue #76 · gristlabs/grist-core · GitHub. It describes how to add, monitor and manage them.

2 Likes

hi @jarek, thanks for the reply. I’ve followed github instruction and successfully add a webhook.

2 Likes