Emails and notifications in Grist?

In grist-core, how to send users invite emails, doc share emails, form submit notifications/emails etc.?

Also, how to configure forms to send out an event (webhook/email) when submitted?

Hi @Shrey.

Grist Core does not currently support email notifications; it’s only possible in Grist Enterprise via SendGrid.

Form submissions are equivalent to adding a row to a table, so you should be able to use a webhook that only triggers when a row is added. There isn’t a way to discern rows added manually from rows added via form submission at this time.

George

@georgegevoian Thanks for responding to my queries.


Any applicable workarounds then?

Especially for this (Webhook body doesn't highlight the modified payload?)?

For emails, nothing comes to mind.

For webhooks, I believe it’s the case that cell delta information is something we have access to - we just haven’t updated the payloads to include them. I need to check with the team on whether there’s any reason we can’t.

George