Sha256: 2fe1ac526ef66737b83a9b619557f659cd3c868ebeaa53007cee56b3577dbae0
Contents?: true
Size: 1.09 KB
Versions: 5
Compression:
Stored size: 1.09 KB
Contents
# SunshineConversationsClient::Messagebird ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The type of integration. | [optional] [default to 'messagebird'] **access_key** | **String** | The public API key of your MessageBird account. | **signing_key** | **String** | The signing key of your MessageBird account. Used to validate the webhooks' origin. | **originator** | **String** | Sunshine Conversations will receive all messages sent to this phone number. | **webhook_secret** | **String** | The secret that is used to configure webhooks in MessageBird. | [optional] [readonly] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::Messagebird.new(type: null, access_key: 9V2iJmd93kFJ390L9495JCl11, signing_key: Uu6N09Lkdji3820DJIO89I39sl9dJ, originator: 12262121021, webhook_secret: 72ade38394d1da51566cede33bd1e67e) ```
Version data entries
5 entries across 5 versions & 1 rubygems