Share via


root.activities.activityIcons object

Defines custom activity feed icons for your app in Teams. These icons help users quickly identify your app's notifications from other apps when posted on the activity feed. To learn more about how to create customized activity feed icons for your app, see Custom activity icons in activity feed notifications.

Properties that reference this object type:

Syntax

{
  "id": "{string}",
  "iconFile": "{string}"
}

Properties

id

Represents the unique icon ID.

Type
string

Required

Constraints
Maximum string length: 64.

Supported values

iconFile

Represents the relative path to the icon image. Image should be size 32x32.

Type
string

Required

Constraints
Maximum string length: 128.

Supported values