Error while sending attachment with workflow

Goodmorning,
I’m trying to send ticket attachments with workflow with the Trigger Webhook Action, but it doesn’t matter what I do, the {{include_attachments}} sent will be null or an empty string depending on the Content-Type (JSON or X-FORM-URLENCODED).



For testing pourposes I am using public.requestbin.com and make.com, I recieve the same things in both tools.

Reading here and there I learned that to send files you’re supposed to use multipart/form-data Content-Type, but when I try to do an API call the request fails: when Content-Type is JSON or undefined it says that the JSON is invalid and when I try to send multipart/form-data says that the boundary is missing.


Is there a way to send attachments from Workflow Automator?

1 Like

After 23 days of silence I guess there’s no way to send attachmens from Workflow Automator, so I used another approach with a custom-app.

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.