Documentation
Next Steps
Expand your Fortune of the Day project with advanced features and integrations
Next Steps: Expand Your Fortune of the Day Project
You’ve built your first working workflow — congrats! 🎉
Now let’s explore how you can grow it into a full automation system.
1. Send Your Fortune via Email
Add a new node Send Email
:
- Click Add Node in your project dashboard.
- Fill in the node details:
- Node Name:
Send Email
- Run After Nodes: Select
Log Fortune
to ensure this node runs after the fortune is logged.
- Node Name:
- Paste the following code into the editor:
- Store your email credentials as variables in the Data section of the dashboard.
- Click Save.
2. Run and Re-Deploy
- Run your workflow by clickin on the play button of the first node and verify that you received the email successfully.
- Once confirmed, click Deploy to publish your updated workflow with version
0.0.2
.
That’s it! You will now receive daily emails about your fortune from WaveAssist! 🎉
Keep Building
From this foundation, you can build:
- A Slack bot to share fortunes with your team.
- Use AI to generate new fortunes for you everyday.
- A fortune-sharing web page using WaveAssist’s API.
- An SMS notifier to send fortunes via text.
- A morale booster for your team with personalized messages.
Explore more in Core Concepts or check out other Examples.