docs/IntegrationCreate.md in smooch-api-5.29.1 vs docs/IntegrationCreate.md in smooch-api-5.34.0

- old
+ new

@@ -3,13 +3,13 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The integration type. See [**IntegrationTypeEnum**](Enums.md#IntegrationTypeEnum) for available values. | **displayName** | **String** | The integration display name. Used to map a human-friendly name to an integration. | [optional] -**pageAccessToken** | **String** | Facebook Page Access Token. Required for *messenger* integrations. | [optional] -**appId** | **String** | Facebook App ID OR WeChat App ID. Required for *messenger* and *wechat* integrations. | [optional] -**appSecret** | **String** | Facebook Page App Secret OR WeChat App Secret. Required for *messenger* and *wechat* integrations. | [optional] +**pageAccessToken** | **String** | Facebook Page Access Token. Required for *messenger* and *instagram* integrations. | [optional] +**appId** | **String** | Facebook App ID OR WeChat App ID. Required for *messenger*, *instagram* and *wechat* integrations. | [optional] +**appSecret** | **String** | Facebook Page App Secret OR WeChat App Secret. Required for *messenger*, *instagram* and *wechat* integrations. | [optional] **accountSid** | **String** | Twilio Account SID. Required for *twilio* integrations. | [optional] **authToken** | **String** | Twilio Auth Token. Required for *twilio* integrations. | [optional] **baseUrl** | **String** | Your WhatsApp API client's URL. Required for *WhatsApp* integrations. (this usage is deprecated) | [optional] **hsmFallbackLanguage** | **String** | Specification of a fallback language. (Optional) Used for *WhatsApp* integrations. | [optional] **phoneNumberSid** | **String** | SID for specific phone number. Required for *twilio* integrations. | [optional] @@ -22,11 +22,11 @@ **switcherSecret** | **String** | LINE Switcher Secret. | [optional] **encodingAesKey** | **String** | AES Encoding Key. (Optional) Used for *wechat* integrations. | [optional] **fromAddress** | **String** | Email address to use as the `From` and `Reply-To` address if it must be different from `incomingAddress`. Only use this option if the address that you supply is configured to forward emails to the `incomingAddress`, otherwise user replies will be lost. You must also make sure that the domain is properly configured as a mail provider so as to not be flagged as spam by the user's email client. (Optional) Used for *mailgun* integrations. | [optional] **certificate** | **String** | The binary of your APN certificate base64 encoded. Required for *apn* integrations. | [optional] **password** | **String** | The password for your APN certificate or WhatsApp API client. Required for *WhatsApp* integrations. (this usage is deprecated) (Optional) Used for *apn* integrations. | [optional] -**username** | **String** | The username for the account. Returned on successful *twitter* and *telegram* integrations. Required for *WhatsApp* integrations. (this usage is deprecated) | [optional] +**username** | **String** | A twitter, telegram and facebook account username Returned on successful *twitter*, *telegram* and *instagram* integrations. Required for *WhatsApp* integrations. (this usage is deprecated) | [optional] **autoUpdateBadge** | **BOOLEAN** | Use the unread count of the conversation as the application badge. (Optional) Used for *apn* integrations. | [optional] **production** | **BOOLEAN** | Flag specifying the APN environment to connect to (`production` if true, `sandbox` otherwise). Defaults to value inferred from certificate if not specified. (Optional) Used for *apn* integrations. | [optional] **serverKey** | **String** | Your server key from the fcm console. Required for *fcm* integrations. | [optional] **senderId** | **String** | Your sender id from the fcm console. Required for *fcm* integrations. | [optional] **tier** | **String** | Your Twitter app’s tier. Accepted values are enterprise or premium. | [optional] @@ -45,20 +45,20 @@ **displayStyle** | **String** | Choose how the messenger will appear on your website. Must be either button or tab. (Optional) Used for *Web Messenger* integrations. | [optional] **buttonIconUrl** | **String** | With the button style Web Messenger, you have the option of selecting your own button icon. (Optional) Used for *Web Messenger* integrations. | [optional] **buttonWidth** | **String** | With the button style Web Messenger, you have the option of specifying its width. (Optional) Used for *Web Messenger* integrations. | [optional] **buttonHeight** | **String** | With the button style Web Messenger, you have the option of specifying its height. (Optional) Used for *Web Messenger* integrations. | [optional] **integrationOrder** | **Array<String>** | Array of integration IDs, order will be reflected in the Web Messenger. When set, only integrations from this list will be displayed in the Web Messenger. If unset, all integrations will be displayed (Optional) Used for *Web Messenger* integrations. | [optional] -**businessName** | **String** | A custom business name for the Web Messenger. (Optional) Used for *Web Messenger* integrations. | [optional] +**businessName** | **String** | A custom business name for the Web Messenger or Instagram Business account name. (Optional) Used for *Web Messenger* integrations. | [optional] **businessIconUrl** | **String** | A custom business icon url for the Web Messenger. (Optional) Used for *Web Messenger* integrations. | [optional] **backgroundImageUrl** | **String** | A custom background url for the Web Messenger. (Optional) Used for *Web Messenger* integrations. | [optional] **originWhitelist** | **Array<String>** | A list of origins to whitelist. When set, only the origins from this list will be able to initialize the Web Messenger. If unset, all origins are whitelisted. The elements in the list should follow the serialized-origin format from RFC 6454 `scheme \"://\" host [ \":\" port ]`, where scheme is `http` or `https`. (Optional) Used for *Web Messenger* integrations. | [optional] **qrCodeUrl** | **String** | URL provided by LINE in the [Developer Console](https://developers.line.biz/console/). | [optional] **hideUnsubscribeLink** | **BOOLEAN** | When `true`, unsubscribe links will not be included in outbound emails. If this setting is enabled, it is expected that the business is providing the user a way to unsubscribe by some other means. (Optional) Used for *mailgun* integrations. | [optional] **signingKey** | **String** | The signing key of your MessageBird account. Used to validate the webhooks' origin. (Optional) Used for *messagebird* integrations. | [optional] **apiKey** | **String** | The public API key of your Mailgun account. Required for *mailgun* integrations. | [optional] **domain** | **String** | The domain used to relay email. Required for *mailgun* integrations. | [optional] **incomingAddress** | **String** | Smooch will receive all emails sent to this address. Required for *mailgun* integrations. | [optional] **apiSecret** | **String** | A key tied to Apple Business Chat Messaging Service Provider | [optional] -**businessId** | **String** | A unique ID tied to the brand using Apple Business Chat | [optional] +**businessId** | **String** | A unique ID tied to the brand using Apple Business Chat or the Instagram Business ID | [optional] **mspId** | **String** | A unique identifier for an Apple Business Chat partner registered as a Messaging Service Provider through Apple Business Register | [optional]