Help with syntax to pass data to API connector from database fields

Hi,

Have the body of an API POST call working with static data. Looking for guidance on passing this data dynamically from fields in my database.

Looking for help with the syntax to generate this static body with fields in my database instead.

{
“event”: {
“name”: { “html”: “Test from Bubble Demo Space”},
“start”: {“timezone”: “America/New_York”, “utc”: “2016-07-21T07:12:06Z”},
“end”: {“timezone”: “America/New_York”, “utc”: “2016-07-22T07:12:30Z” },
“currency”: “USD”
}}

Anyone have a screenshot of how you’ve set this up previously?

Thanks.

1 Like