Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将结果从 integromat 上的 webhook 响应存储到变量中,并将其显示在 sendpulse 聊天机器人消息上?
情景形象
您需要使用 Parse JSON Module 解析 JSON,然后使用您想要获取的变量。
为此,添加解析 JSON 模块,然后添加新的数据结构,使用您通过生成器方法从 Webhook 接收的 JSON。请参考屏幕截图,之后您应该可以使用从 Webhook 获取的变量。
但是,默认情况下,Webhook 应该解析来自 webhook 的 JSON,除非您没有从您设置的 webhook 接收 JSON 格式。因此,解决方法是使用 ParseJSON 模块。