Hi Everyone,
The process I am trying to follow is this:
- Catch a data payload out of hubspot using a webhook.
- Use a field in that payload
utm_source
to search for auser
in the Bubble Database, by the database fieldaffiliate_utm_source
.
I am currently using the Data API GET method for the obj user, so my base URL is:
https://finance-calculator.bubbleapps.io/version-test/api/1.1/obj/user
The query parameters are set according to the Bubble Tutorial here: https://manual.bubble.io/core-resources/api/data-api#search-constraints
I am getting a 200 response, but the body is empty, and the headers are indicating no users
found. Meaning that it is not finding any users with that value in the field.
Am I setting up the constraints correctly?