Hello,
I'm working on a targeted script (python) that processes the message it is invoked with, makes changes to the message and re-sends the message multiple times.
The code I have so far to send a message:
http_sender = HttpSender(Model.getSingleton().getOptionsParam().getConnectionParam(), True, HttpSender.MANUAL_REQUEST_INITIATOR)
http_sender.sendAndReceive(msg, True)
The messages are sent but they do not show up in the history tab.
How can I send the messages so that they do show up in the history tab?
Thanks in advance for your answers!