Create a new message sender.
POST
/messagesenders
201Description
If ID is provided and an object with that ID already exists, a 409 (conflict) error is returned.
Roles
At least one of the roles below is required to access this endpoint.
FullAccessMessageSenderAdmin
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Name | Required | string | --- | --- | --- | |
MessageTypes | Required | array | --- | --- | --- | |
Description | string | --- | --- | --- | ||
URL | string | --- | --- | --- | ||
ElevatedRoles | array | --- | --- | --- | ||
SharedKey | string | --- | --- | --- | ||
xp | object | --- | --- | --- | ||
DeliveryConfigID | string | --- | --- | --- | ||
AllowAllBuyers | boolean | --- | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Name | string | --- | --- | --- | ||
MessageTypes | array | --- | --- | --- | ||
Description | string | --- | --- | --- | ||
URL | string | --- | --- | --- | ||
ElevatedRoles | array | --- | --- | --- | ||
SharedKey | string | --- | --- | --- | ||
xp | object | --- | --- | --- | ||
DeliveryConfigID | string | --- | --- | --- | ||
AllowAllBuyers | boolean | --- | --- | --- |