Sha256: 9ba9450de0d9ca135333e02c47fa55cfd54b723188eba903fe08235cf2a56b1f

Contents?: true

Size: 1.1 KB

Versions: 5

Compression:

Stored size: 1.1 KB

Contents

# SunshineConversationsClient::MessagebirdAllOf

## 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::MessagebirdAllOf.new(type: null,
                                 access_key: 9V2iJmd93kFJ390L9495JCl11,
                                 signing_key: Uu6N09Lkdji3820DJIO89I39sl9dJ,
                                 originator: 12262121021,
                                 webhook_secret: 72ade38394d1da51566cede33bd1e67e)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.4.1 docs/MessagebirdAllOf.md
sunshine-conversations-client-9.4.0 docs/MessagebirdAllOf.md
sunshine-conversations-client-9.3.0 docs/MessagebirdAllOf.md
sunshine-conversations-client-9.2.0 docs/MessagebirdAllOf.md
sunshine-conversations-client-9.1.1 docs/MessagebirdAllOf.md