# Event connectors (BETA)

## Introduction

Event connectors can trigger process flows by listening for events that are published to message queues/topics by a message broker (e.g. [RabbitMQ](https://www.rabbitmq.com/)).

When an event connector is [added ](/product-documentation/connectors-and-instances/event-connectors-beta/adding-a-new-event-connector.md)to Patchworks, you provide connection details for your message broker and then decide which [queues/topics](/product-documentation/connectors-and-instances/event-connectors-beta/message-queues-topics.md) to associate with the connector. An event connector can have multiple queues/topics, and the same queue/topic can be used in multiple event connectors.  &#x20;

Once an event connector is defined, it becomes available for use in process flow [trigger shapes](/product-documentation/process-flows/building-process-flows/process-flow-shapes/standard-shapes/trigger-shape/trigger-shape-event-listener.md).&#x20;

{% hint style="warning" %}
This feature is in BETA. If used, please test your process flows carefully and contact support if you experience any issues.
{% endhint %}

## Pages in this section

* [Accessing your event connectors](/product-documentation/connectors-and-instances/event-connectors-beta/accessing-your-event-connectors.md)
* [Adding a new event connector](/product-documentation/connectors-and-instances/event-connectors-beta/adding-a-new-event-connector.md)
* [Updating an existing event connector](/product-documentation/connectors-and-instances/event-connectors-beta/updating-an-existing-event-connector.md)
* [Removing an existing event connector](/product-documentation/connectors-and-instances/event-connectors-beta/removing-an-existing-event-connector.md)
* [Message queues/topics](/product-documentation/connectors-and-instances/event-connectors-beta/message-queues-topics.md)

## Related information

* [Trigger shape (event connector)](/product-documentation/process-flows/building-process-flows/process-flow-shapes/standard-shapes/trigger-shape/trigger-shape-event-listener.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.wearepatchworks.com/product-documentation/connectors-and-instances/event-connectors-beta.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
