-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如何配合n8n推送消息 #6
Labels
help wanted
Extra attention is needed
Comments
结构大概如下 [
{
"headers": {
"x-real-ip": "192.168.1.1",
"host": "example.url:888",
"x-forwarded-for": "192.168.1.1",
"connection": "upgrade",
"content-length": "154",
"content-type": "application/json",
"sofa-traceid": "ac136ax216951253845388971130",
"sofa-rpcid": "0.1",
"user-agent": "node-urllib/2.41.0 Node.js/16.20.2 (Linux 3.10; x64)"
},
"params": {},
"query": {},
"body": {
"msgtype": "markdown",
"markdown": {
"title": "语雀测试消息",
"text": "\n#### 这是一段测试内容\n**webhook 名称**: n8n语雀-微信工作流\n"
}
}
}
]
整个流程是 语雀配置webhook -> n8n配置节点和组装数据(webhook call 节点 -> code 节点 -> http request 节点)
|
语雀推文到微信你可能想要 url 卡片,目前还不支持,可以给我提 issue,后面会支持 |
后续会实现wechaty 的全部功能吗,很不错的项目 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我想推送语雀更新的消息,然后推送到微信上,但是我配置不出来,能否提供一下n8n的流程图,谢谢大佬
The text was updated successfully, but these errors were encountered: