Messaging Channels Resource
Manage Messaging channels. You can get Messaging channels using the
GET method. If a channel doesn't already have an ID, you can add and register it by taking the
data from the GET method and passing it to the POST method.
- Resource
-
1/connect/livemessage/channels - Available version
- 44.0
- HTTP methods
- GET, POST
- Request parameters for GET
-
- Response body for GET
- Messaging Channels
- Request body for POST
-
- Root XML tag
- <messagingChannel>
- JSON example
-
1{ 2 "messageType": "Facebook", 3 "messagingPlatformKey": "234420552541404", 4 "externalAccountId": "394847389739" 5} - Properties
-
- Request parameters for POST
-
Parameter Name Type Description Required or Optional Available Version authProviderId String ID of the authentication provider record that the user created during authentication. Required 44.0 - Response body for POST
- Messaging Channel