如何发送到频道?
这是我用于注释的代码:
curl -k https://api.pushbullet.com/v2/pushes -X POST -u <MYTOKEN>: --header "Content-Type: application/json" --data-binary "{\"type\": \"note\", \"title\":\"Note Title\", \"body\": \"Note Body\"}"
如何发送到频道?
这是我用于注释的代码:
curl -k https://api.pushbullet.com/v2/pushes -X POST -u <MYTOKEN>: --header "Content-Type: application/json" --data-binary "{\"type\": \"note\", \"title\":\"Note Title\", \"body\": \"Note Body\"}"
您可以在邮件正文中设置“channel_tag”参数:https ://docs.pushbullet.com/#create-push