Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Serverless Integrations
  • Comparison with other Yandex Cloud services
    • Overview
      • Bus
      • Connector
      • Rule
      • Sending events to the bus
    • Cron expressions
    • Quotas and limits
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Public materials
  • Release notes

In this article:

  • Timer
  • EventRouter API
  1. Concepts
  2. EventRouter
  3. Connector

Connector

Written by
Yandex Cloud
Updated at October 14, 2025
  • Timer
  • EventRouter API

A connector is a customizable component made to receive events from external sources and forward those events to a bus.

Supported sources:

  • Timer
  • API EventRouter
  • Yandex Data Streams
  • Yandex Message Queue

TimerTimer

Timer is a source type that triggers scheduled event generation. The schedule is set in cron expression format. By default, cron expression uses UTC+0, but you can specify a different time zone in timer settings.

If timer settings do not specify the data to provide to the bus, nothing is sent to the input of the target specified in the rule.

To learn more about the cron expression format, see Cron expressions in Serverless Integrations.

EventRouter APIEventRouter API

The EventRouter API is a source type that enables using the EventRouter API to send user events to the bus.

To send events via an EventRouter API connector, use the EventService/Send gRPC API call or the yc serverless eventrouter send-event Yandex Cloud CLI command.

As opposed to sending messages directly to the bus, the EventRouter API connector enables you to:

  • Grant users and service accounts granular permissions to send events via the specified connector.
  • Terminate event sending by stopping the connector.
  • Group events before sending them to the bus.

Was the article helpful?

Previous
Bus
Next
Rule
© 2025 Direct Cursus Technology L.L.C.