We are using templater with RabbitMQ (AMQP messaging) with a python software.
This software take a message from the queue, and launch the shell script templater.ps1 with arguments.
We want to add an extra argument to this templater.ps1 which is the id to take from our API to render the right film.
Is this possible ?
Our message from rabbitMQ also give the json to use, is the data source field can take this local Json someway ?