Sha256: 76356164aa51efbda69b57e52154689c7216977632b9b763a42debaa7a4fd764

Contents?: true

Size: 1.98 KB

Versions: 46

Compression:

Stored size: 1.98 KB

Contents

# SunshineConversationsClient::MessagebirdAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | To configure a MessageBird integration, acquire the accessKey, the signingKey and the MessageBird number you would like to use, then call the Create Integration endpoint. The response will include the integration’s `_id` and `webhookSecret`, which must be used to configure the webhook in MessageBird. In the Flow Builder for the MessageBird number you’ve used to integrate, add a new step with the following settings: - Create a new Call HTTP endpoint with SMS flow. - Select your desired SMS number for Incoming SMS. - Click on Forward to URL and set its method to POST. - Then, using the integration _id and webhookSecret returned from the create integration call, enter the following into the URL field:  `https://app.smooch.io/api/messagebird/webhooks/{appId}/{integrationId}/{webhookSecret}` - Select application/json for the Set Content-Type header field. - Save and publish your changes.  | [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

46 entries across 46 versions & 1 rubygems

Version Path
sunshine-conversations-client-12.3.0 docs/MessagebirdAllOf.md
sunshine-conversations-client-12.2.2 docs/MessagebirdAllOf.md
sunshine-conversations-client-12.2.0 docs/MessagebirdAllOf.md
sunshine-conversations-client-12.1.0 docs/MessagebirdAllOf.md
sunshine-conversations-client-12.0.0 docs/MessagebirdAllOf.md
sunshine-conversations-client-11.0.0 docs/MessagebirdAllOf.md
sunshine-conversations-client-10.0.1 docs/MessagebirdAllOf.md
sunshine-conversations-client-10.0.0 docs/MessagebirdAllOf.md
sunshine-conversations-client-9.15.0 docs/MessagebirdAllOf.md
sunshine-conversations-client-9.14.1 docs/MessagebirdAllOf.md
sunshine-conversations-client-9.14.0 docs/MessagebirdAllOf.md
sunshine-conversations-client-9.13.0 docs/MessagebirdAllOf.md
sunshine-conversations-client-9.12.0 docs/MessagebirdAllOf.md
sunshine-conversations-client-9.11.0 docs/MessagebirdAllOf.md
sunshine-conversations-client-9.10.0 docs/MessagebirdAllOf.md
sunshine-conversations-client-9.9.0 docs/MessagebirdAllOf.md
sunshine-conversations-client-9.8.0 docs/MessagebirdAllOf.md
sunshine-conversations-client-9.7.0 docs/MessagebirdAllOf.md
sunshine-conversations-client-9.6.0 docs/MessagebirdAllOf.md
sunshine-conversations-client-9.5.7 docs/MessagebirdAllOf.md