Transformer to API

Here is my situation.

We receive invoices from our vendors and they are parsed with DocParser but I need to get them into our billing system.

Our billing system is custom with an API so no issues there (I think). However there is no Connector built for Pabbly.

I have a workflow setup to receive the webhook from DocParser.. I can send it into our system with your API (Post)..
Also I can see my step would be to convert the line items with using the Transformer by Pebbly.

My challenge is… once the line items are transformed how do I use the API (Post) to loop for each of the separate line items?

Your help is very much appreciated.
 
P

PabblyMember4

Guest
Hey @NJwaterSkier

You can use the iterator module for this scenario. Kindly check the below video for the iterator.

 
Top