Hello,
I’ve been searching for a solution to this across the forum and within the Bubble documentation, but no luck.
I want to add the current user’s unique id:
and the current user’s email:
In the JSON payload sent to my webhook:
I am not sure what the correct dynamic values should be called in the JSON payload, for example:
{
“prompt”: “”,
“file”: “filename”,
“userId”: “<unique_id>”,
“email”: “”
}
What should the “email” and “userId” values be?