Hi Alvaro,
If you want to retrieve the invoice in HTML payload, you can
- use the method mentioned previously, then an URL will be generated for your scenario step (once it is active). You can call the URL from PHP or JavaScript in your program to get the invoice. You shall find the URL from Scenarios-> Control -> Trigger. For more information, you can refer to Help -> Online Help -> 'HTTP Inbound'
- Or in the step design, you can add [B1 object] atom to retrieve invoice payload, then add an [XSL Transformation] atom in which you specify pltype=htm, after that you can use [saveFile] or [Persist] atom to store the html payload in any place you want.
Kind Regards,
Qiaoli