Hi, so I’m thinking of doing the following to create invoices
Send order details to make.com, generating a Google doc from the info, and then sending that Google Doc’s PDF link back to bubble while the user is looking at a loading icon.
So two API’s will be on the bubble side. One that posts to make.com and then one that waits to GET the link from make.com
The link will be stored in a data type with two fields. Link and order number. I will use the order number to make sure the user gets the right PDF link.
Will this work? Am I missing something? I’m kinda just brainstorming out loud.