Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Serverless Integrations
  • Pricing policy
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • Put
        • Send
  • Release notes

In this article:

  • gRPC request
  • SendEventsRequest
  • google.protobuf.Empty
  1. EventRouter API reference
  2. gRPC
  3. Event
  4. Send

EventRouter Service, gRPC: EventService.Send

Written by
Yandex Cloud
Updated at April 24, 2025
  • gRPC request
  • SendEventsRequest
  • google.protobuf.Empty

Send events to bus.

gRPC requestgRPC request

rpc Send (SendEventsRequest) returns (google.protobuf.Empty)

SendEventsRequestSendEventsRequest

{
  "connector_id": "string",
  "message": [
    "string"
  ]
}

Field

Description

connector_id

string

Required field. ID of the connector to send events.

message[]

string

Batch of events bodies.

google.protobuf.Emptygoogle.protobuf.Empty

{}

Field

Description

Empty

Was the article helpful?

Previous
Put
Next
Overview
Yandex project
© 2025 Yandex.Cloud LLC