Method: customEmojis.create

Creates a custom emoji.

Custom emojis are only available for Google Workspace accounts, and the administrator must turn custom emojis on for the organization. For more information, see Learn about custom emojis in Google Chat and Manage custom emoji permissions.

Requires user authentication with the authorization scope:

  • https://www.googleapis.com/auth/chat.customemojis

HTTP request

POST https://chat.googleapis.com/v1/customEmojis

The URL uses gRPC Transcoding syntax.

Request body

The request body contains an instance of CustomEmoji.

Response body

If successful, the response body contains a newly created instance of CustomEmoji.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/chat.customemojis

For more information, see the Authorization guide.