Mime Automation (Independent Publisher) (Preview)
Mime Automation provides a way to extract data from a TNEF (winmail.dat) or EML base64-encoded file
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Andreas Cieslik |
acieslik@accloudsolutions.com |
Connector Metadata | |
---|---|
Publisher | Andreas Cieslik |
Website | https://www.accloudsolutions.com |
Privacy policy | https://www.accloudsolutions.com/data-protection-privacy |
Categories | Content and Files |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | The API Key for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Extract files from a base64-encoded EML file |
Extracts attachments in Base64 format from a Base64-encoded EML file string |
Extract files from a TNEF-encoded file |
Extracts attachments in Base64 format from a Base64-encoded TNEF file string |
Extract files from a base64-encoded EML file
Extracts attachments in Base64 format from a Base64-encoded EML file string
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Content
|
content | True | string |
Base-64-encoded string of an EML file |
Returns
- response
- array of MimeAttachment
Extract files from a TNEF-encoded file
Extracts attachments in Base64 format from a Base64-encoded TNEF file string
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Content
|
content | True | string |
Base-64-encoded string of a TNEF file (e.g. winmail.dat) |
Returns
- response
- array of Attachment
Definitions
Attachment
Name | Path | Type | Description |
---|---|---|---|
File Name
|
fileName | string |
File name with extension |
Content
|
content | string |
Base-64 encoded string of the attachement file |
MimeAttachment
Name | Path | Type | Description |
---|---|---|---|
File Name
|
fileName | string |
File name with extension |
Mime Type
|
mimeType | string |
Content or media type (e.g. image/png) |
Content
|
content | string |
Base-64 encoded string of the attachement file |