Actions
Actions are the blocks that perform tasks inside a workflow.Once a trigger starts a workflow, actions run step‑by‑step to carry out operations such as sending messages, creating logs, or interacting with other systems. Actions allow you to automate processes across Discord, ER:LC, and Melonly.
How Actions Work
An action executes when the workflow reaches it.For example:
- Sending a Discord message
- Creating or editing a punishment log
- Calling a webhook
Actions
Below is a complete list of all currently available action types. Each action performs a specific task and may require configuration before it can run.
Actions Overview
Working With Actions
Actions are highly flexible and each one can be customized to fit your workflow.Some actions are simple, like sending a message, while others interact with multiple systems or require specific data inputs. When building workflows, consider:
- Execution Order – Actions run in sequence from top to bottom.
- Data Flow – Each action can use data from previous triggers or blocks.
Example Workflow Flow
- A trigger starts when a player joins your ER:LC server.
- The workflow checks if they have a Moderator role in Discord.
- If they have a role, it then grants In-game Moderator permissions to the player..
- Finally, it logs the permission grant in a Management Channel.
Need help?
Still have questions? Join our Discord server for support.
