I recieve error Incorrect number of files uploaded. Must upload exactly one file. when trying to send a Messenger message with Facebook Graph API or the HTTP request. (I’ve deleted my actual keys beforet posting but they are in the project).
Can you share an example of what the input is that goes into your Facebook HTTP request?
Tip for sharing your workflow in the forum
Pasting your n8n workflow
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!
You could probably use a Split Out Node or Loop node to provide a single file per request as the Error from Facebook API suggests.