Hello according to API documentation, creation request of Webhooks the events parameter should only get an array with "*.*" value.This would mean that web hook would be called on any changes happened on sheet.
I would need to get my web hook get triggered only when a new row is added.
Is it possible to limit this?