Replies: 1 comment 2 replies
-
Does the data need to be in that exact structure? I don't think you can do nesting, but you can send json, add headers, add custom key/values, or change the For example:
I would recommend using a webhook testing platform like https://webhook.site to see what data is coming through. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a problem: I configured the address of the WeChat in webhook, but I cannot receive the information, and no error was reported in the test. May I ask how the configuration can take effect? The following WeChat webook call example:
curl 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=693axxx6-7aoc-4bc4-97a0-0ec2sifa5aaa'
-H 'Content-Type: application/json'
-d '
{
"msgtype": "text",
"text": {
"content": "hello world"
}
}'
Beta Was this translation helpful? Give feedback.
All reactions