Hi Zoom Dev Team,
I’m working in the Email Channel Flow Builder and using the Webhook widget to call an external API (Gemini). The API response returns a structured JSON like the following:
{
“candidates”: [
{
“content”: {
“parts”: [
{
“text”: “Line 1: yes\nLine 2: #12345\n”
}
]
}
}
]
}
I want to store the **text**
value inside a variable?
How do I correctly reference this path in Zoom Flow Builder’s Http Call Widget?
Please help me out, community!