Get Name of Emoji / GetNameofEmoji (internally is.workflow.actions.getnameofemoji)

description

summary

Gets the names of emoji passed into the action.

usage

GetNameofEmoji 

arguments



source json (for developers)

{
	"ActionClass": "WFGetEmojiNameAction",
	"Category": "Text",
	"CreationDate": "2015-03-07T08:00:00.000Z",
	"Description": {
		"DescriptionSummary": "Gets the names of emoji passed into the action."
	},
	"IconName": "Smiley.png",
	"Input": {
		"Required": true,
		"Types": [
			"NSString"
		]
	},
	"InputPassthrough": false,
	"Name": "Get Name of Emoji",
	"Output": {
		"Multiple": true,
		"OutputName": "Name of Emoji",
		"Types": [
			"NSString"
		]
	},
	"ShortName": "Get Emoji Name",
	"SuggestedNever": true
}