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 req...