The idea behind the process is that we take documents from an email attachment and pass them to DocBits via Microsoft Logic Apps.
The very first thing we need is a trigger. In this case we take the one from Gmail “When a new email is received”
For the connection name we enter any name and leave the authentication type as it is.
A new login window will open where you will need to allow Logic Apps to use your email address.
With the trigger, you can configure various criteria that lead to how where and when our workflow is actuated.
In this case, all emails with a “DocBits” subject will be considered.
Next, we need a control that processes an array in the workflow. For this we use the “for each” loop. This loop repeats one or more actions for each element in the array
In this example, clicking in the Contents field displays the list of dynamic contents so that you can select the variable you created earlier.
Enter the JSON schema used to describe the JSON content you are analyzing
In the loop, enter the term http as a filter in the search box. In the list, select the HTTP trigger.
Enter the JSON schema used to describe the JSON content you are analyzing
We send an email with an attachment as a PDF to the address we configured at the beginning and if everything goes through without any problems, it should look like the one shown below.
When we log into DocBits and go to Dashboard, we see that the document is waiting for us for further processing.
Image credits: Header- & Featured image by creativeart on Freepik
Share:
You are currently viewing a placeholder content from Facebook. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More InformationYou are currently viewing a placeholder content from Instagram. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More InformationYou are currently viewing a placeholder content from X. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More Information