Schedules & Triggers
Triggers kick off your automations instantly when something happens, like getting an email or a Slack message. Scheduling runs your workflows on autopilot β every hour, daily, or whenever you need them.
Think of triggers as your automation's ears (always listening for events) and scheduling as its internal clock (running tasks right on time).
Event-driven triggers
Triggers are where the magic happens β your automations become reactive, jumping into action the moment something important occurs.
Native CodeWords triggers
These work right out of the box with minimal fuss:
Slack β New messages, reactions, and when someone joins a channel
WhatsApp Business β Incoming messages and status updates
Just connect your accounts at https://codewords.agemo.ai/account/integrations
And you're ready to go.
Pipedream platform triggers
Here's where things get exciting β access to 2,000+ platforms, including:
Gmail β New emails, label changes, draft creation
Google Calendar β Events created, updated, or deleted
GitHub β Code pushes, new issues, pull requests
Notion β Page updates, database changes
Discord, HubSpot, Stripe, Airtable β The list goes on and on
Basically, if there's a platform you use for work, there's probably a trigger for it.
Custom webhooks
Need to connect something that doesn't have a pre-built trigger? No problem. CodeWords gives you custom webhook URLs that you can plug into any system that can send HTTP requests. You can ask Cody to set this up for you.
Setting up event-triggers
Connect your accounts
https://codewords.agemo.ai/account/integrations/
for the particular app that you want to activate the workflowSpecify to Cody to trigger the workflow based on an event trigger, and Cody will set up the necessary trigger for you
If it's an event-driven trigger on an app event, you can find the trigger once set up from your triggers page
Setting up schedules
Run your workflow first β Head to the workflow from my workflows and make sure it works perfectly
Create a new schedule β Click the schedule button and choose your timing
Pick your frequency β Use simple options like "every hour" or "daily," or get fancy with cron expressions
Save and you're done β Your workflow will now run automatically
Go to the schedules page β Visit
https://codewords.agemo.ai/workflows/schedule
to see all your scheduled automations
Last updated