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.
Features
- 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',
});
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