Q: Moving Generated PDFs to Our Server + Automating Call-to-Action for Lead Generation
We are a e-commerce specializing in handmade products. Our catalog currently boasts over 8,000 unique items. We're very interested in MarkupGo's URL to PDF feature to generate individual product catalogs for each of our items. We envision creating a downloadable PDF for each product page, allowing our customers to easily access detailed information and high-quality images offline.
1.Moving Generated PDFs to Your Server: What options are available for automatically transferring the generated PDF catalogs to our own server?
2.Automating Call-to-Action for Lead Generation: We'd like to automate the process of collecting leads by offering the PDF catalog as a download. Can MarkupGo help us create a "Leave your email to receive the link to download the product catalog" call-to-action?
Any additional information would be incredibly useful

togedir
Feb 24, 2025A: Hi navid7, thanks for your question.
1 - Moving PDFs to Your Server: Since we don’t currently interact with APIs or custom storage, you’ll need to manually handle transferring PDFs to your server. Two options: (1) Use the Magic URL with json=true query parameter to fetch the PDF URL, then download it with a script, or (2) grab the binary response directly from the Magic URL and save it. Both approaches work for your needs but require your team to manage the process.
2- Automating Lead Gen CTA: We don’t integrate with email forms or automation tools, so you’ll need to handle the "leave your email" workflow on your side. For example, collect emails via your site, then trigger the Magic URL to generate and deliver the PDF after submission.
Note: For Magic URL security and to avoid unnecessary credit consumption (especially if exposed publicly), please check details here: https://markupgo.com/docs/magic-template-url#credits-consumption-caching.