We use RabbitMQ a lot to take action when certain record events happen. For example, when users are created in a table, this sends a message which triggers account creation in other systems. At the moment, we use scripting automations to send POST requests to our RabbitMQ HTTP API. This is cumbersome, and there's no way to listen to events without creating webhooks. We would love first-class AMQP integration in Airtable. This would look like: In automations, the ability to send an AMQP message with a routing key and payload Ability to listen to an AMQP topic and take action
... View more