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.receivedevents flow in. - email — generates
<channel-id>@in.nevo.sh. Forward any mailbox to that address.email.receivedevents 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.status—activeordisabled.lastEventAt/eventCount30d— stats for the dashboard.