为了账号安全,请及时绑定邮箱和手机立即绑定

【n8n应用1】订阅地铁消息到钉钉、飞书通知

标签:
中间件

效果图

n8n workflow

image.png

dingding notice

image.png

feishu notice

image.png

n8n node

Start

image.png

Starts the workflow execution from this node

Cron

image.png

Triggers the workflow at a specific time

Mode建议选择Custom,Cron Expression配置为0 1 0 * * *(每天凌晨0点1分执行)

RSS Read

image.png

Reads data from an RSS Feed

IF

image.png

Splits a stream based on comparisons

String: (只查看长春、北京、沈阳)
	value1: {{$json["title"]}}
	Operation: Regex
	Regex: .*(长春|北京|沈阳).*
	
Date & Time: (只发送一天内消息)
	Value1: {{$json["isoDate"]}}
	Operation: Occurred after
	Value2: {{new Date(new Date().getFullYear(), new Date().getMonth(),new Date().getDate())}}
	Value1: {{$json["isoDate"]}}
	Operation: Occurred before
	Value2: {{new Date(new Date().getFullYear(), new Date().getMonth(),new Date().getDate()+1)}}

image.png

HTTP Request

image.png

Makes an HTTP request and returns the response data

飞书提醒

{
  "msg_type": "interactive",
  "card": {
    "config": {
      "wide_screen_mode": true
    },
    "elements": [
      {
        "tag": "markdown",
        "content": "<a href={{$node["RSS Feed Read"].json["link"]}}>{{$node["RSS Feed Read"].json["title"]}}</a>"
      }
    ]
  }
}

钉钉提醒

{
  "msgtype": "markdown",
  "markdown": {
    "title": "北京、沈阳、长春地铁信息",
    "text": "[{{$node["RSS Feed Read"].json["title"]}}]({{$node["RSS Feed Read"].json["link"]}})"
  }
}

点击查看更多内容
TA 点赞

若觉得本文不错,就分享一下吧!

评论

作者其他优质文章

正在加载中
  • 推荐
  • 评论
  • 收藏
  • 共同学习,写下你的评论
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦
今天注册有机会得

100积分直接送

付费专栏免费学

大额优惠券免费领

立即参与 放弃机会
意见反馈 帮助中心 APP下载
官方微信

举报

0/150
提交
取消