gtalarico / pyairtable

Python Api Client for Airtable
https://pyairtable.readthedocs.io
MIT License
765 stars 138 forks source link

Add webhooks in Base class #227

Closed BAPCon closed 1 year ago

BAPCon commented 1 year ago

Adds webhook functionality to the Base class, referenced in #208 :

I'm struggling to find an elegant solution for generating the webhook specifications, so for now you can just pass in a dict containing said specifications.

To add: