Hello!
I’m new at baserow and not very experienced in databases, webhooks, etc.
Using a webhook, I’m trying to integrate baserow in n8n to do simple tasks as notify users by e-mail with changes that occurs within databases/tables, import e-mails to baserow and a little bit more.
I have a simple question (maybe answered previously but I searched and haven’t found anything related) which is: When sending information using a webhook that some row has been created/modified or deleted, is it possible to send the table/database name too instead of only the corresponding ID, without workarounds?
I want to inform the receiver of the e-mail which database/table/row has been created/modify/deleted but in n8n, without manually correspond IDs with a name (which can change or new tables created) and be specific in the body of the mail. This makes sense?
Thank you very much in advance!