Adding and Configuring an Action: The Concrete Example
Let's walk through adding an email action to the Morning Brief, step by step.
In Make:
- You've already set up your Schedule trigger
- Click the "+" icon below the trigger to add an action
- Search for "Gmail" or "Email"
- Click "Gmail" (if you want Gmail) or "Send an Email" (generic)
- If you haven't connected Gmail before, click "Create a connection" and log in
- Once connected, fill in:
- To: Your email address
- Subject: "Morning Brief"
- Body: Leave this for now; you'll map data from a previous step
- Click "OK"
The email module is now in your workflow. Later, you'll map the formatted weather data into the Body field.
In n8n:
- You've already set up your Cron trigger
- Click the "+" on the canvas to add a node
- Search for "Gmail" (or HTTP, depending on what you're doing)
- Click "Gmail"
- A side panel opens. Click "Authenticate" and log in if needed
- In the configuration panel, fill in:
- To: Your email address (you can add multiple recipients)
- Subject: "Morning Brief"
- Message: Leave for now; you'll fill this with data mapping
- The node is ready