We’re triggering a webhook to accomplish the following:
- Client wants to download statement
- Clicks button
- Statement downloads
Between 2 and 3 we want the following to happen:
- Glide sends data to webhook
- Airdocs generates a download link to the correct statement
- Glide/the client’s browser opens the URL
We have created the webhook in Pipe Dream that calls the Airdocs API and generates the correct download URL. This is a temporary URL to allow a private document to be downloaded. The webhook returns the URL in it’s response.
However, we aren’t sure how to “tell Glide” to open the download URL.