Help

Airtable webhook api to bubble vice versa

Solved
Jump to Solution
428 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Lloyd
4 - Data Explorer
4 - Data Explorer

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.

1 Solution

Accepted Solutions
TheTimeSavingCo
18 - Pluto
18 - Pluto

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

 

See Solution in Thread

2 Replies 2
TheTimeSavingCo
18 - Pluto
18 - Pluto

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

 

Lloyd
4 - Data Explorer
4 - Data Explorer

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