Integrate Portal page

Do you want to insert a Filemail Portal page into your website? No problem, just follow this guide.

To insert a portal page on to your own website, you can use our embedded uploader. Insert it anywhere on your webpage where you want the Portal uploader to appear.

This is the minimum basic version which will show your default portal page:

<div data-filemail-widget="uploader" data-company-id="{AccountID}"></div><script type="text/javascript" src="https://www.filemail.com/widgets/embed/uploader"></script>

Custom data fields

Data field
Description

data-company-id

Your companies account id. Found in Settings - My Company and on top you will see "Account ID".

data-subject

Subject

data-message

Message

data-to

One or more e-mails separated by comma

data-{name of custom value}

Set default value of any custom value you have set up

data-show-open-in-desktop

Should the button suggesting to open the Portal page in Filemail Desktop be visible?

data-incomingPageId

Portal page ID. Found in Portal Administration - Edit Portal

Example with different prefilled values:

<div data-filemail-widget="uploader" data-company-id="6606461409" data-subject="My%20subject" data-message="My%20Message" data-to="mateusz%40filemail.com%2Cstian%40filemail.com" data-mycustomvalue="content%20of%20custom%20value" data-show-open-in-desktop="true" data-incomingPageId="fed654d7-9421-4198-a1c3-7593f4dd40c6"></div><script type="text/javascript" src="https://www.filemail.com/widgets/embed/uploader"></script>

Last updated

Was this helpful?