- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Jan 27, 2025 04:17 PM
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.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Jan 27, 2025 06:49 PM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Jan 27, 2025 06:49 PM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Jan 27, 2025 08:36 PM
yup, I think that'd be better rather than connecting to webhook api.