Channels & endpoints

Configure inbound sources and outbound delivery targets.

Channels are your inbound sources. Four types ship today:

  • webhook — a generated https://<token>.in.nevo.sh URL.
  • email — a generated <token>@in.nevo.sh address.
  • slack — a subscription (mention or channel-messages) against a connection. Install the workspace first; then add one or more channels against it.
  • cron — a schedule (5-field Unix cron) in any IANA timezone, with an optional static JSON payload attached to every firing.

Endpoints are your outbound delivery targets — HTTP URLs Nevo POSTs events to, signed with the channel’s secret.

See Channels for the full type breakdown and plan availability, and Connections for the Slack install surface.

Detailed walkthrough coming.