Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Added: Files can be sent as base64encoded #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ozanerturk
Copy link

Hey there,

Thank you for developing this plugin. Love to integrate with n8n easily.

Although I was not happy with uploading file contents so I added a new feature for encoding files as base64 and sending them in JSON body.

Yet consumers should parse the field to handle files. I stopped there :/

You may be interested.

Bests

@ozanerturk
Copy link
Author

I've updated the format as following

{
"filename":"myfile.pdf",
"mimeType":"application/pdf",
"data":"<base64encoded>"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant