Webhooks : how to collect files?

Hello Guys,

I’m stuck with a Webhooks as a trigger for a scenario.

I want to collect data from a form submission (Wordpress using Avada).

Globally I collect all the fields from the form except two files.

The form is used to collect candidatures. So I ask a resume and cover letter.

These two files don’t show up in my webhooks.

Is it because of the auto data structure generated by Make ?
Is it an advanced option in the webhooks module that I don’t see ?

The goal of the scenario is to collect the fields and files from the webhook when the form is submited. Then email these data to the person in charge of HR.

Can you help me pls ? Thanks

Welcome to the Make community!

You’ll have to check with the Avada documentation to see if they support sending files through the webhook.

Otherwise you might need to find a different plugin. You might also be able to use the WordPress API to find uploaded files, or the SFTP integration to get files from your server.

One last workaround I can think of is send the form submissions to your email, and grab the attachment(s) from there.

2 Likes

Thank you for the response ! I will look into Avada documentation