API Connector | Add User ID/Unique ID, Email to JSON payload in API Connector

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:
image
and the current user’s email:
image

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?

Not sure what is your question
The response is already in your message
Current user unique ID and current user email if this is what you want to send