我想编写一个可以使用原始数据响应 webhook 事件的规则集。事件可能来自如下 URL:
http://cs.kobj.net/blue/event/rest/echo/a163x85/?a163x85:kynetx_app_version=dev&body=hi%20there
我可以使用该send_directive()
操作,但这会返回很多我不一定想要的 JSON:
// KNS Fri Apr 8 19:40:40 2011
{"directives":[{"options":{"body":"hi there"},"name":"echo","meta":{"rule_name":"echo","txn_id":"154CEDCC-6218-11E0-9E71-726A5E50CE3F","rid":"a163x85"}}]}
有没有办法只用原始数据而不是整个指令结构来响应?