Sending Pushover message with blockly

Hi all.

How I can send a Pushover message with Blockly? Pushover works already for me when I use it with DSL script. But I prefer to use Blockly way.

Thanks.

You’ve several options.

  1. Wait for someone to publish a Block Library on the marketplace.

  2. Weite a Block Library and publish it to the Marketplace yourself

  3. Use the the inline script block to add the ECMAScript code to call it

  4. Code this action using Rules DSL

Ok, thanks for your suggestions.