๐Ÿš€ New Inform Adaptor Released

Dear Community,

Weโ€™re thrilled to announce the release of the new Inform Adaptor v1.0.0, designed to enable you collect, analyze and share data securely.

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

:wrench: Features

  1. Generic HTTP Request API

Write flexible jobs that interact with any Inform API resource.

  • Make a GET request to Inform to get all forms
http.get('forms')

  • Make a GET request to Inform to download an attachment in binary format.
downloadAttachment('622038', {
  filename:
    'project/attachments/download_1.png',
});

:puzzle_piece: Example Workflow

Hereโ€™s a real-world example from our Solutions Engineer โ€” a workflow that fetches submissions from inform and sends them as attachments via email

: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

1 Like