Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeConfluence
languagejavascript
send_directive('my _directive') 
  with body = "Hello World"

The <name> can be any text that identifies the directive to the endpoint. 

A module exists for that simplifies working with send_directive.

...