Skip to content

Search Email Social Icons

Tool name: list-email-editor-social-icons

Lists the icon pictures this email already uses, with the network, the alternative text and the tooltip each carries, most used first. The pictures come from the editor's own icon sets, which this server cannot enumerate, so one reused from here is the only src that stays inside the set a person picked in the editor -- which is why this read precedes add-email-editor-social-links and update-email-editor-social-links. A src from anywhere else resolves to nothing, and that hole in the row stays invisible until the mail is out at every recipient. An account's own picture works as an icon too and is found with list-email-editor-images. An empty answer means this email carries no icon yet; then the library is the remaining source, and a social block placed once in the editor is the way on.

Input schema

editorUrlstring, [ 12 .. 500 ] charactersrequired

Editor URL of the email, as a read returned it

accountIdnull or integer, >= 1

User ID of the account; omit for the account the access token works in

Default:null
Input example
{ "editorUrl": "stringstring", "accountId": null }

Output schema

emailIdintegerrequired
editorUrlstringrequired
countintegerrequired
iconsobjectrequired
Output example
{ "emailId": 0, "editorUrl": "string", "count": 0, "icons": {} }