---
title: "Add eventbridge"
method: POST
path: "/eventbridges"
tags: ["EventBridge"]
---

# Add eventbridge

`POST /eventbridges`

Adds an AWS EventBridge integration and returns its given identifier

## Request body

- EventBridgeCreate
  - `vhost` string, required — The VHost the queue resides in
  - `queue` string, required — A (durable) queue on your RabbitMQ instance
  - `aws_region` string, required — The AWS region where you want the events to be sent to
  - `aws_account_id` integer, required — The AWS Account ID where you want the events to be sent to
  - `with_headers` boolean — Include message headers in the event data

## Response `200`

EventBridge created successfully

- object
  - `id` integer

---

[API](https://skmtc.dev/cloudamqp/apis/cloudamqp-instance-api.md) · [All operations](https://skmtc.dev/cloudamqp/apis/cloudamqp-instance-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudamqp/cloudamqp-instance-api/revisions/d04a3670170c/schema)
