Skip to main content
Solved

Airtable webhook api to bubble vice versa

  • January 28, 2025
  • 2 replies
  • 64 views

Forum|alt.badge.img+3

Is there already docs or complete process on how to use airtable webhook api to bubble? Like if the data is created in airtable it will call a backend wf then viceversa in bubble.io to airtable.

Best answer by TheTimeSavingCo

Hmm, I'm not aware of any full guides, but for sending to Bubble, the Workflow API should work; you'd use an automation to trigger and hit the endpoint: https://manual.bubble.io/core-resources/api/the-bubble-api/the-workflow-api

And for sending to Airtable, you could probably just use their Airtable plugin?  https://manual.bubble.io/core-resources/bubble-made-plugins/airtable

 

2 replies

TheTimeSavingCo
Forum|alt.badge.img+31

Hmm, I'm not aware of any full guides, but for sending to Bubble, the Workflow API should work; you'd use an automation to trigger and hit the endpoint: https://manual.bubble.io/core-resources/api/the-bubble-api/the-workflow-api

And for sending to Airtable, you could probably just use their Airtable plugin?  https://manual.bubble.io/core-resources/bubble-made-plugins/airtable

 


Forum|alt.badge.img+3
  • Author
  • New Participant
  • January 28, 2025

yup, I think that'd be better rather than connecting to webhook api.