Kishore
Member
- Grant Account Access for Support
-
- I authorize the Pabbly Support Team to access my account for troubleshooting purposes.
- WhatsApp Number
- +1 5198076062
- Email Address
- [email protected]
Hi,
I’m trying to use Pabbly Chat Workflow to call a third-party calendar service.
I have a dynamic slots JSON that I’m attempting to convert response time into a list of options and send as a message to the user.
Is there a way to achieve this? I can see that static values can be mapped to Pabbly user custom variables and reused in the workflow, but handling dynamic JSON is a bit challenging.
Workflow Link for reference : https://chatflow.pabbly.com/app/flows/edit/69fa1abf1f443c75e7a40ec5
I’m trying to use Pabbly Chat Workflow to call a third-party calendar service.
I have a dynamic slots JSON that I’m attempting to convert response time into a list of options and send as a message to the user.
Is there a way to achieve this? I can see that static values can be mapped to Pabbly user custom variables and reused in the workflow, but handling dynamic JSON is a bit challenging.
Code:
Example API and response:
https://api.cal.com/v2/slots?eventTypeId=5598587&start=2026-05-05&end=2026-05-07&timeZone=America/Toronto
JSON:
{
"data":
{
"2026-05-06": [ {"start": "2026-05-06T09:00:00.000-04:00"}, {"start": "2026-05-06T09:30:00.000-04:00"}],
"2026-05-07": [{"start": "2026-05-07T09:00:00.000-04:00"},{"start": "2026-05-07T09:30:00.000-04:00"}]
},
"status": "success"
}
Workflow Link for reference : https://chatflow.pabbly.com/app/flows/edit/69fa1abf1f443c75e7a40ec5