How to push data to bubble

Hello,

we would to periodically create records into bubble datastore from an external service. Would it be possible?
Is there an API with tokens to POST data to a bubble db resource?

Hi there @adv,

Welcome to the Bubble community!

I’d look into Bubble’s data APIs:
https://manual.bubble.io/core-resources/api/data-api

Hello adv,

yes that is possible. I made a tutorial about this (how you can use the data from bubble outside the application) for general CRUD (Create, Read, Update, Delete) operations.

You can either use the data api or create custom workflows.

Cheers.

Sarah