I have a mail tracking webhook that I successfully initialized. The printing service I’m using processes all of my Users’ orders through a single account for my entire app. When I go to track the orders using the webhook, the logs indicate an Anonymous user, so the database never gets updated with the order’s status.
To be clear, I have the “Ignore privacy rules when running this workflow” box checked and I’m getting a success code from the printing company’s API dashboard. There’s no OAuth step for each individual user since the authentication was done at the platform level by me in the API Connector (hence, the service doesn’t recognize any of my Users).
What should I do here?