Channels

Channels are the inbound sources — a webhook URL or email address that feeds your project.

A channel is an inbound source attached to a project. Each channel has a type (webhook, email), a label, and a unique address Nevo generates for it.

Types

  • webhook — generates https://<channel-id>.in.nevo.sh. Point any third-party webhook there. webhook.received events flow in.
  • email — generates <channel-id>@in.nevo.sh. Forward any mailbox to that address. email.received events flow in.
  • cron, discord, slack, s2 streams — coming.

Channel fields

  • id — UUID; stable across the channel’s lifetime.
  • type — one of the supported kinds.
  • label — display name. Shows on events in the dashboard.
  • url / address — the endpoint Nevo generated for you.
  • statusactive or disabled.
  • lastEventAt / eventCount30d — stats for the dashboard.