Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.05 KB

MessengerUpdate.md

File metadata and controls

21 lines (14 loc) · 1.05 KB

SunshineConversationsClient::MessengerUpdate

Properties

Name Type Description Notes
display_name String A human-friendly name used to identify the integration. `displayName` can be unset by changing it to `null`. [optional]
default_responder_id String The default responder ID for the integration. This is the ID of the responder that will be used to send messages to the user. For more information, refer to <a href=&quot;https://docs.smooch.io/guide/switchboard/#per-channel-default-responder\&quot;&gt;Per-channel default responder</a> guide. [optional]
page_access_token String A Facebook Page Access Token. [optional]

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::MessengerUpdate.new(display_name: My awesome integration,
                                 default_responder_id: null,
                                 page_access_token: your_access_token)