I have a case management system that uses Hasura and would like to add the case number to the users record in a separate crm via a Zapier webhook.
I have two tables, Cases and Users.
The cases table has a foreign key (userID) to the users table. When a new case gets added to the cases table, I would like an event trigger to send the Zapier webhook the contents of both the new cases table record as well as the related users record. Is that possible with Hasura v2.6.1?