{ "Plugins": { "DiscordNodes": { "Description": "A plugin that allows you to send messages to a Discord server.\n\nThe Webhook Id and token can be obtained from the webhook URL\n https://discord.com/api/webhooks/[webhookid]/[webhooktoken]", "Fields": { "WebhookId": "Webhook Id", "WebhookToken": "Webhook Token" } } }, "Flow": { "Parts": { "Discord": { "Outputs": { "1": "Discord message sent", "2": "Discord message failed to send" }, "Description": "Sends a message to a Discord server.", "Fields": { "Message": "Message", "Message-Help": "The message to send to the Discord server", "Title": "Title", "Title-Help": "An optional title to send, if not set the message type will be the title.", "MessageType": "Type", "MessageType-Help": "The type of message to send. Basic type will be just the message without a title and no colouring." } } } } }