docs/IntegrationCreate.md in smooch-api-5.20.0 vs docs/IntegrationCreate.md in smooch-api-5.21.0
- old
+ new
@@ -19,10 +19,10 @@
**channelAccessToken** | **String** | LINE Channel Access Token. Required for *line* integrations. | [optional]
**deploymentId** | **String** | Your WhatsApp deployment ID. Required for *WhatsApp* integrations. | [optional]
**serviceCode** | **String** | LINE Service Code. | [optional]
**switcherSecret** | **String** | LINE Switcher Secret. | [optional]
**encodingAesKey** | **String** | AES Encoding Key. (Optional) Used for *wechat* integrations. | [optional]
-**fromAddress** | **String** | Email will display as coming from this address. (Optional) Used for *frontendEmail* 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]
**autoUpdateBadge** | **BOOLEAN** | Use the unread count of the conversation as the application badge. (Optional) Used for *apn* integrations. | [optional]
**serverKey** | **String** | Your server key from the fcm console. Required for *fcm* integrations. | [optional]