There have been a few posts here that have gone unanswered in reference to whether file attachments can be posted to webhooks. I’m using Axios. The key is the formData:
formData.append('fileName', e.target.filesi0])
axios({
method: 'POST',
url: 'https://hooks.zapier.com/hooks/catch/xxxxx/xxxxx/',
data: formData
})