【发布时间】:2018-10-16 18:18:42
【问题描述】:
我正在尝试操作来自 GET 请求的响应,但 Zapier 正在绑定所有响应数据。请看图片。这是真的吗,还是有办法解决这个问题?
这是原始版本:
{
"data": [
{
"id": 19235266,
"text": "Start of chat (WhatsApp)",
"photo": null,
"coordinates": null,
"transport": "whatsapp",
"type": "from_client",
"read": true,
"created": "2018-03-22T08:52:31 UTC",
"audio": null,
"pdf": null,
"remote_id": null,
"recipient_status": null,
"operator_id": 8645,
"channel_id": 1524,
"dialog_id": 903974,
"client_id": 1704911
},
{
"id": 19235267,
"text": "Chat agent – Administrator",
"photo": null,
"coordinates": null,
"transport": "whatsapp",
"type": "system",
"read": true,
"created": "2018-03-22T08:52:31 UTC",
"audio": null,
"pdf": null,
"remote_id": null,
"recipient_status": null,
"operator_id": null,
"channel_id": 1524,
"dialog_id": 903974,
"client_id": 1704911
}
]
}
提前谢谢你。
【问题讨论】:
-
您能否更新您的问题是否包含原始
GET请求?或者至少是一个简短的版本,以便我们可以看到结构?你控制请求的结构吗? -
不,我要求按原样获取信息块。