Automate actions

Actions

What runs after trigger and conditions match.

An action is what Aevico does after a workflow’s trigger and conditions pass. Alerts have their own webhook/email delivery; workflows use the channels below.

Live channels

  • Webhook — HTTPS POST (SSRF-blocked loopback)
  • Email — one address you control
  • Slack — Incoming Webhook
  • WhatsApp — official Cloud API, opt-in recipients
  • LinkedIn — official Posts API

Optional generate_content can draft copy with the workspace LLM before the channel send. The workflow describes the outcome; the provider handles the channel.

Slack

Save an Incoming Webhook under Integrations → Slack, or paste the URL on the workflow. Recipe: Slack on top stories — wait 15 minutes, category eq top-stories, text is title then URL.

Start free

32 articles on this site. Engineering notes on GitHub.