Skip to main content

Airtable extension receive incoming teamwork.com webhook

  • August 31, 2022
  • 1 reply
  • 17 views

Hi,

Can my custom extension receive incoming teamwork.com webhook ?

1 reply

Forum|alt.badge.img+19
  • Inspiring
  • 3263 replies
  • September 1, 2022

I don’t believe a custom extension in Airtable can host a static endpoint to receive webhook events (90% certain). But, you could use an automation webhook that then parses the data you want into fields and then use an event handler in the extension to create a real-time flow of this data into your custom extension.