Create the inbound mail token information.

post

/social/api/v1/inboundmail/token

Request

Supported Media Types
Body ()
The request body defines the details of the request.
Root Schema : XV1InboundMailTokenCreateInfo
Type: object
V1 Inbound Mail Token Create Information.
Show Source
Nested Schema : XV1InboundMailCommand
Type: object
Show Source
  • Allowed Values: [ "CREATE_COMMENT", "CREATE_MESSAGE" ]
    V1 Social Module API Inbound Mail Command Types.
Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : XV1InboundMailTokenInfo
Type: object
V1 Inbound Mail Token Information DTO.
Show Source
Nested Schema : XV1InboundMailCommand
Type: object
Show Source
  • Allowed Values: [ "CREATE_COMMENT", "CREATE_MESSAGE" ]
    V1 Social Module API Inbound Mail Command Types.
Back to Top