lib/smooch-api/models/integration_create.rb in smooch-api-5.20.0 vs lib/smooch-api/models/integration_create.rb in smooch-api-5.21.0

- old
+ new

@@ -1,11 +1,11 @@ =begin #Smooch #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io). -OpenAPI spec version: 5.20 +OpenAPI spec version: 5.21 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.2.3-SNAPSHOT =end @@ -67,10 +67,10 @@ attr_accessor :switcherSecret # AES Encoding Key. (Optional) Used for *wechat* integrations. attr_accessor :encodingAesKey - # Email will display as coming from this address. (Optional) Used for *frontendEmail* integrations. + # 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. attr_accessor :fromAddress # The binary of your APN certificate base64 encoded. Required for *apn* integrations. attr_accessor :certificate