🚀 New PdfShift Adaptor Released

Dear Community,

We’re thrilled to announce the release of the new PdfShift Adaptor v1.0.0, designed to convert HTML to PDF.

You can read the full details of the new Adaptor here.

:wrench: Features

  1. Generate PDF API
  • Make a POST request to generate PDF from HTML in PdfShift
generatePDF(
`<html>
  <body>
    <h1>Sales Report</h1>
    <p>Date: 2025-02-01</p>
    <p>Total Sales: $42</p>
  </body>
</html>
`);

:puzzle_piece: Example Workflow

Here’s a real-world example from our Solutions Engineer — a workflow that retrieves customer and payment data from Google Sheets, creates a professional, branded PDF statement with payment history and balance due for each customer, and sends statements via WhatsApp Business API using approved templates.

:white_check_mark: Try It Out

Explore the adaptor now at app.openfn.org

Need help? Book a free demo

You’re entitled to a 2-hour free session with our Solutions Engineer to help build your first integration.

Happy automating!

— The OpenFn Team