upload file via webhook

Hello, I would like to send a PDF file generated by appsheet and stored in “appsheet cloud environment” or my “onedrive” via an automated webhook to our ERP. So not a URL (link) but full pdf file…

Now I can send the link, but I want to send the full file like when sending an automated email with pdf attachment.

Hope someone can help.

Regards Muk

You have to 64-bit encode the file first, which produces a long text string which is what you actually send in the webhook payload. Appsheet has no means to encode files, but it’s pretty easy with an App Script.

3 Likes

Hi!

We have a little question…

How do you extract/send the PDF’s link?