EmojiHub (Independent Publisher) (Preview)
EmojiHub provides an opportunity to get random emojis from already sorted categories and groups. You can also get a whole list of emojis by a certain category, group, or get the entire emoji database consisting of 1791 objects.
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://github.com/cheatsnake/emojihub |
Privacy policy | https://github.com/cheatsnake/emojihub |
Categories | Communication |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get a random emoji |
Returns a random emoji. |
Get a random emoji in a category |
Returns a random emoji in a category available from the EmojiHub. |
Get a random emoji in a group |
Returns a random in a group available from the EmojiHub. |
Get all emojis |
Get all emojis available from the EmojiHub. |
Get all emojis in a category |
Returns all emojis in a category available from the EmojiHub. |
Get all emojis in a group |
Returns all emojis in a group available from the EmojiHub. |
Get a random emoji
Returns a random emoji.
Returns
Name | Path | Type | Description |
---|---|---|---|
name
|
name | string |
name |
category
|
category | string |
category |
group
|
group | string |
group |
htmlCode
|
htmlCode | array of string |
htmlCode |
unicode
|
unicode | array of string |
unicode |
Get a random emoji in a category
Returns a random emoji in a category available from the EmojiHub.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Category Name
|
category_name | True | string |
The name of the category. |
Returns
Name | Path | Type | Description |
---|---|---|---|
name
|
name | string |
name |
category
|
category | string |
category |
group
|
group | string |
group |
htmlCode
|
htmlCode | array of string |
htmlCode |
unicode
|
unicode | array of string |
unicode |
Get a random emoji in a group
Returns a random in a group available from the EmojiHub.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Group Name
|
group_name | True | string |
The name of the group. |
Returns
Name | Path | Type | Description |
---|---|---|---|
name
|
name | string |
name |
category
|
category | string |
category |
group
|
group | string |
group |
htmlCode
|
htmlCode | array of string |
htmlCode |
unicode
|
unicode | array of string |
unicode |
Get all emojis
Get all emojis available from the EmojiHub.
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
Name
|
name | string |
The name of the emoji. |
Category
|
category | string |
The category of the emoji. |
Group
|
group | string |
The group of the emoji. |
HTML Code
|
htmlCode | array of string |
The HTML code of the emoji. |
Unicode
|
unicode | array of string |
The unicode of the emoji. |
Get all emojis in a category
Returns all emojis in a category available from the EmojiHub.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Category Name
|
category_name | True | string |
The name of the category. |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
Name
|
name | string |
The name of the emoji. |
Category
|
category | string |
The category of the emoji. |
Group
|
group | string |
The group of the emoji. |
HTML Code
|
htmlCode | array of string |
The HTML code of the emoji. |
Unicode
|
unicode | array of string |
The unicode of the emoji. |
Get all emojis in a group
Returns all emojis in a group available from the EmojiHub.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Group Name
|
group_name | True | string |
The name of the group. |
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
Name
|
name | string |
The name of the emoji. |
Category
|
category | string |
The category of the emoji. |
Group
|
group | string |
The group of the emoji. |
HTML Code
|
htmlCode | array of string |
The HTML code of the emoji. |
Unicode
|
unicode | array of string |
The unicode of the emoji. |