Pushbullet curl send to channel how?

1.2k Views Asked by At

How can I send to channel?

This is the code I use for notes:

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\"}"
1

There are 1 best solutions below

4
On

You can set the "channel_tag" parameter in the body of the message there: https://docs.pushbullet.com/#create-push