LogoLogo
API DocsTemplate GalleryProduct UpdatesContact Us
  • 📬Print & Mail
    • Ready to get started?
      • Pricing details
      • Fast Track Guide
    • Integrations
      • API integrations
        • Action IQ
        • Adobe Marketo Engage
        • Blueshift
        • Braze
        • Customer.io
        • Hubspot
        • Iterable
        • Jotform
        • Klayvio
        • Listrak
        • Make
        • Optimove
        • Salesforce
        • Salesforce Marketing Cloud
        • Segment
        • Simon Data
        • Zapier
      • No-code integrations
        • Agile CRM
        • Freshsales Suite
        • HubSpot
        • Microsoft Dynamics 365
        • Pipedrive
        • Salesforce
        • Salesforce Marketing Cloud
        • Zoho
      • Creative conversion tools
        • Figma plugin
    • Reaching your audience
      • Lob Audience
        • Target Audiences
        • Lookalike Audiences
        • Purchasing Audiences
      • All about addresses
      • Campaign audience guide
      • Additional Lob NCOA functionality
    • Designing mail creatives
      • Artboard layout
      • Creative formatting
        • PDF preflight checklist
        • Exporting PDFs from InDesign
        • Rendering errors
      • Mail piece design specs
        • Postcards
        • Self-Mailers
        • Letters
        • Letter envelopes
        • Letter add-ons
        • Checks
        • Snap packs
        • Booklets
        • Custom mail
      • Maximizing engagement
        • Dynamic personalization
          • Advanced templating (Handlebars)
            • Dynamic table tutorial
        • Adding QR codes
        • Short URLs
        • Informed Delivery
    • Building a mail strategy
      • One-time campaigns or triggered sends?
      • Choosing a delivery strategy
      • Managing mail settings
        • Using metadata
        • Declaring mail use type
      • USPS Promotions Through Lob
        • Tactile, Sensory & Interactive Promotion
        • Integrated Technology Promotion
        • First Class Mail Advertising Promotion
        • Add-Ons
      • Mailing class and postage
        • Certified Mail or Registered Mail
      • International mail
    • Send mail!
      • Launch your first campaign
      • Send mail via Print & Mail API
      • Send campaigns via the Campaigns API
      • USPS Secure Destruction
    • Getting data & results
      • Tracking your mail
      • Mail analytics
      • Measuring attribution
      • Using webhooks
      • Exporting mail data
  • 🏠Address Verification
    • Ready to start AV?
      • US AV product suite
      • International AV suite
      • AV pricing
    • AV best practices
    • AV integrations & libraries
      • AV Elements
      • Shopify App: Address Cleanser
    • AV FAQs
  • 💻Developer Docs
    • API quickstart guide
    • SDKs & libraries
    • Postman & similar tools
    • Error reference
    • Upgrading API version
    • Technical use case guides
      • Mass deletion setup
      • NCOA responses
      • Override cancellation window
      • Visibility of address changes
      • Ingesting tracking events with webhooks
  • 🔑Account Management
    • Signing into Lob
    • API keys
    • Account settings
      • Account-level data logs
    • User settings
    • Billing
      • Lob Credits
      • Lob Payment Methods
      • Sales Tax FAQ
        • Applicable sales tax by state
          • ​Subscriptions and Services
          • Lob Audience
          • Delivery Location for Operational Mail
          • Customer Billing Address for Operational Mail
          • Delivery Location for Marketing Mail
          • Postage Exemption
          • Professional Services
        • Tax exemption guide
  • 📞Resources
    • Getting support
    • Security & privacy
    • Data retention
    • Sustainability
    • Private labeling Lob
    • Direct mail glossary
Powered by GitBook
On this page
  • PDF
  • HTML
  • HTML Template Preview
  • In the Campaigns UI flow
  • API users
  • Webhooks

Was this helpful?

Export as PDF
  1. 📬Print & Mail
  2. Designing mail creatives
  3. Creative formatting

Rendering errors

PreviousExporting PDFs from InDesignNextMail piece design specs

Last updated 11 months ago

Was this helpful?

Lob occasionally encounters problems with the creative when rendering mailpieces; this can occur with either PDFs or HTML. To avoid sending out erroneous mailpieces, Lob provides visibility of these errors, with proactive notification of rendering errors in place.

We always recommend testing; and where possible, sending yourself a printed mailpiece.

PDF

Lob will fail incorrectly formatted PDFs. See our PDF preflight checklist here to ensure your file will process through our rendering engine.

HTML

Lob will fail HTML that includes inaccessible assets (images, fonts, any other URLs):

  • the link to an asset is incorrect

  • the asset referenced in the file is missing

  • Lob has not been given the correct permission to access the asset (ensure that the link is set to public viewing, and not private)

  • when a remote asset references a local asset (for example, a remote asset is at www.example.com which then references something local in that directory)

  • slow or under-resourced server providing the asset (we recommend using a performant service, such as Amazon S3, to host the content)

HTML Template Preview

If your HTML contains an inaccessible asset, your HTML preview will error. Details of the error will be displayed in a future release.

In the Campaigns UI flow

  • When creating your Campaign, you may be notified when you generate a Creative Proof (if the sample mailpiece that is rendered results in an error); if this occurs you should troubleshoot against the above list.

  • After placing the order, you will be notified in the dashboard, and the reason for the error will be provided (click to enlarge):

  • The Lob support team will proactively reach out.

API users

  • API customers will receive an error notification in the API response.

  • The Lob support team will proactively reach out.

Webhooks

Webhooks users can subscribe to receive notifications of failed orders. (Learn more about using webhooks here.)

  1. Under Webhooks in the dashboard, in the Live environment, click Create.

  2. Check [formfactor].failed; click Create.

If subscribed to postcard.failed, letter.failed, and/or check.failed, and Lob fails an order during rendering, the following error messages are possible:

"Rendering failed due to asset issue:

  • The requested asset was not found: <asset link>"

  • The requested asset is not permitted: <asset link>"

  • Authentication is required to access the requested asset: <asset link>"

  • An internal server error occurred for: <asset link>"

  • The requested asset timed out: <asset link>"

  • An unknown server error occurred for: <asset link>"

  • The requested service is unavailable for: <asset link>"

  • An unknown error occurred for: <asset link>"

If not one of the most common errors above, or a PDF failure, "try re-render” will be returned.

If you are unable to resolve the error, please reach out to support@lob.com

Campaigns - dashboard
Campaigns - Form factor (ex: Postcards)
Campaigns - Form factor (ex: Postcards)
Campaigns - order details
self_mailer.failed also available