CreateE2FLink

Creates a Email2Folder link with a prefix redirecting to a folder(@email2folder.)

Note that the prefix must be unique on the system.

Example:
mycustomprefix@email2folder.example.com

Authentication Methods


  1. With a username and password
Input Parameter Type Description
Token* String Security token
FileserverName* String
Path* String
Prefix* String
Output Parameter Type Description
Success Boolean

*=required

CURL EXAMPLE
curl -v 'https://example.com/ctrller/api.php?Token=rctnvi6lpp6d388o4vq7dliii1&Task=CreateE2FLink&Path=/my/directory&Prefix=mycustomprefix&FileserverName=nmsa207416128832'
RESPONSE
<Response>
    <Status>1</Status>
    <Message>Success</Message>
</Response>