...
The "type" option will allow you to change the type of interaction you create. If you leave this out, it will default to "madl".
...
Valid options are:
madl
...
: "madl" interactions will allow you to run PHP code. (default)
message
...
: "message" interactions will allow you to run HTML and Javascript content, however in most cases you will probably prefer to use the Client CLI
Code Block | ||||
---|---|---|---|---|
| ||||
bm bmp create interaction <interaction name> --type madl |
...