Hello,
I can trigger mastodon.post successful from developer-tools->actions. But if I try to do it from node red I fail to configure the node correcty.
How does e.g.
translate to a node config?
do I need to set this as Output properties?
like:
msg.config_entry_is =
or as json/jsonData in the data text field?
Thanks in advance
Ben
A quick way to convert an automation from YAML to JSON is to use an online YAML-to-JSON converter. You can then paste the converted output directly into the data field in Node-RED.