• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

JSON Extractor won't read JSON Data

Shadow

Member
Your Workflow URL
https://connect.pabbly.com/v2/app/workflow/share/XBRVZ1IFAmFUHgVvD1AFIgsfCw8AWlRsVE0JG1ZZB39QHQd8A0IKYF8TVnRTFAVkUhsAalEOVzdbTwMHB1FTIAcdAy8HBF0nVBlUZw1EADNcAlV9UjM#
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.
 
Top