Invoke the Conversation History API

Before you begin, you must Configure a Messaging for Web Deployment.

  1. Add the developer name of the connected app you created in Create a Connected App to the MessagingChannel Metadata Configuration.

  2. Use the connected app you created in Create a Connected App to invoke the Conversation History API.

    1. In the AuthorizationContext API header, provide the developerName of the ConnectedApp configured above and set the AuthorizationContextType header value to EmbeddedMessagingChannel.
    2. In the conversationParticipants.participant parameter, when the role is EndUser, set the appType to iamessage.

See Also