You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: typescript-node-client/api.ts
+3-8
Original file line number
Diff line number
Diff line change
@@ -1920,7 +1920,7 @@ export class Message {
1920
1920
/**
1921
1921
* The custom grouping field is an optional field that can be used to tag messages. These tags will be used by other CM products, like the Transactions API. Despite not being immediately visible to you yet, custom groupings can already be assigned. Applying custom grouping names to messages helps filter your messages.With up to three levels of custom grouping fields that can be set, subsets of messages can be further broken down. The custom grouping name can be up to 100 characters of your choosing. It’s recommended to limit the number of unique custom groupings to 1000. Please contact support in case you would like to exceed this number.
1922
1922
*/
1923
-
'customGrouping'?: string;
1923
+
'customGrouping3'?: string;
1924
1924
/**
1925
1925
* The allowed channels field forces a message to only use certain routes. In this field you can define a list of which channels you want your message to use. Not defining any channels will be interpreted as allowing all channels.
0 commit comments