- Consent to Access & Modify
- I authorize Pabbly Support to log in to my account and make changes to the specified workflow for troubleshooting.
I'm trying to get call data from Twilio and put it into a Google Sheet.
Step 1: Get webhook from Twilio with JSON data
Step 2: Parse JSON data
Step 3: Send data to Google Sheet
While building the workflow, I see the request and data in step 1.
When checking the data in the JSON Extractor, it gives a status of 'error' and the message says 'data must be of the type json'.
The data appears to be correct, so why isn't the extractor accepting it? Here is the data the JSON Extractor is seeing:
1. body: { from: +18012223333, to: +18014445555, duration: 8, timestamp: 2025-09-18 06:18:30 }
What's wrong with this data?
I am outputting this data from a Twilio Studio Flow HTTP_Request widget as url-encoded data. If I try outputting it as JSON data, I get a long SHA256 string instead when I look at it in the Pabbly workflow.
I'd really appreciate any help you can offer.
Thank you.
Step 1: Get webhook from Twilio with JSON data
Step 2: Parse JSON data
Step 3: Send data to Google Sheet
While building the workflow, I see the request and data in step 1.
When checking the data in the JSON Extractor, it gives a status of 'error' and the message says 'data must be of the type json'.
The data appears to be correct, so why isn't the extractor accepting it? Here is the data the JSON Extractor is seeing:
1. body: { from: +18012223333, to: +18014445555, duration: 8, timestamp: 2025-09-18 06:18:30 }
What's wrong with this data?
I am outputting this data from a Twilio Studio Flow HTTP_Request widget as url-encoded data. If I try outputting it as JSON data, I get a long SHA256 string instead when I look at it in the Pabbly workflow.
I'd really appreciate any help you can offer.
Thank you.