Skip to content

Commit

Permalink
#789: change typeName and description
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Mar 28, 2023
1 parent ee4d4d4 commit 2ee7d3a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/metadataTypes/definitions/MobileMessage.definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ module.exports = {
createdNameField: null,
lastmodDateField: 'lastUpdated',
lastmodNameField: null,
restPagination: true, // page size is 50, which should be sufficient in most cases
restPagination: true,
restPageSize: 50,
type: 'mobileMessage',
typeDescription: 'Send messages to your users via Mobile Connect',
typeDescription:
'Used by Journey Builder and to send SMS from MobileConnect triggered by API or manually on-the-fly',
typeRetrieveByDefault: true,
typeName: 'Mobile Message',
typeName: 'MobileConnect SMS',
fields: {
allowSingleOptin: {
isCreatable: true,
Expand Down

0 comments on commit 2ee7d3a

Please sign in to comment.