Hi,
I Could Connected a webhook that I Created and Enabled in python, and Im using aws lambda with the url callback made in aws api gateawa. Wich is all well connected.
But as far as I Know, the the event triggered by the webhook just contains the column id and the row id but not the modified value of the cell. So I got stuck because I Need to store in a df the row id, columnd if and the new value of the cell modified in the sheet because I Will use that df to update deals in a crm called pipe due to the organization I work for has the two plattaform connected.
So I wanted to know if some of you have been work with this issues so could help me to solve it in a python´s code.
Thanks in advance.
Bye.