I have added a document trigger for a form. I have multiple form submissions and document submissions. I want to bulk download all documents signed and integrate it with either salesforce or AWS S3. Along with the form submission details. How can I?

I have added a document trigger for a form. I have multiple form submissions and document submissions. I want to bulk download all documents signed and integrate it with either salesforce or AWS S3. Along with the form submission details. How can I?

If you’re looking to work with existing docs and submissions, you can use Feathery’s API
https://api-docs.feathery.io/#documents
https://api-docs.feathery.io/#retrieve-all-form-submissions

Thank you for sharing these. I tried connecting to salesforce to writeback some data from form submissions. However, it does not seem to work for me? Could you please check why?

How did you connect to salesforce?

I connected using integrations ( added my sandbox account ) and used create contact method. However it does not seem to work for me.

As far as your integration connection, I checked your salesforce logs and they are all listed successful. What do you mean by it’s not working for you?

Yes, it says connected, however when checked in salesforce it does not update

Hey, we can see another log from today that it was successful. You could double check on whether you’re using the correct account and environment (sandbox/prod), and if you’re looking at the correct object.
You could also use the trigger Form Completed seeing as you have a one page form.