Once you have the Invoice map created and you run your createInvoice command, you’re finished!
UPDATE: since recording this course, Zoho decided to require the connection name as a parameter in the zoho.books.createRecord integration task. So, instead of your code ending with your map as mine does here 20 seconds into the video, you must add the connection name.
i.e. createInvoice = zoho.books.createRecord(“invoices”, orgId, invoice, “zohobooks”);
Just to wrap up, this is what happens in the code:
That’s a lot! Way to go. Of course, there is more you can do to make this function even more smooth and versatile. But, this is a big step toward becoming a Deluge guru.