Help

This Product Ideas board is currently undergoing updates, but please continue to submit your ideas.

AMQP integration

cancel
Showing results for 
Search instead for 
Did you mean: 
tlloydthwaites
5 - Automation Enthusiast
5 - Automation Enthusiast
Status: New Ideas

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