Yash Bhojwani
Member
- Your Workflow URL
- https://connect.pabbly.com/v2/app/workflow/mapping/IjU3NjcwNTZkMDYzMzA0Mzc1MjY4NTUzNTUxMzIi_pc
- Consent to Access & Modify
- I don't authorize Pabbly Support to log in to my account.
In the workflow I have attached, I need the response of API in the format :
"id": "8206410000000043",
"Deal_Name": "ABC College",
"Stage": "Interview Scheduled",
"Pipeline": {
"name": "Students Pipeline"
},
"Created_Time": "2025-12-15T10:30:00+05:30",
"Modified_Time": "2025-12-20T17:35:21+05:30"
But I am receiving only the id, so please check and tell me how can I get the response in this format :
Deal ID
Deal Name
Pipeline
Stage
Created Time
Modified Time
"id": "8206410000000043",
"Deal_Name": "ABC College",
"Stage": "Interview Scheduled",
"Pipeline": {
"name": "Students Pipeline"
},
"Created_Time": "2025-12-15T10:30:00+05:30",
"Modified_Time": "2025-12-20T17:35:21+05:30"
But I am receiving only the id, so please check and tell me how can I get the response in this format :
Deal ID
Deal Name
Pipeline
Stage
Created Time
Modified Time
