ApyHub (Independent Publisher) (Preview)
ApyHub is the a service utility belt that helps developers save time and boost efficiency. Included are actions for archiving and unarchive files.
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 | Troy Taylor |
URL | https://www.hitachisolutions.com |
ttaylor@hitachisolutions.com |
Connector Metadata | |
---|---|
Publisher | Troy Taylor |
Website | https://apyhub.com/ |
Privacy policy | https://apyhub.com/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
Create archive file |
Archive multiple URL files to a ZIP file. |
Create archive URL |
Archive multiple URL files to a ZIP file at a URL address. |
Unarchive URL file |
Extract multiple files from a file at a URL address. |
Create archive file
Archive multiple URL files to a ZIP file.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Output
|
output | string |
The output. |
|
URLs
|
urls | True | array of string |
The URL addresses. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Content Type
|
$content-type | string |
The content type. |
Content
|
$content | string |
The content. |
Create archive URL
Archive multiple URL files to a ZIP file at a URL address.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Output
|
output | string |
The output. |
|
URLs
|
urls | True | array of string |
The URL addresses. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Data
|
data | string |
The data. |
Unarchive URL file
Extract multiple files from a file at a URL address.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
URL
|
url | True | string |
The URL address. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Data
|
data | array of string |
The data. |