Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.58 KB

MailgunUpdate.md

File metadata and controls

13 lines (9 loc) · 1.58 KB

MailgunUpdate

Properties

Name Type Description Notes
display_name str A human-friendly name used to identify the integration. `displayName` can be unset by changing it to `null`. [optional]
default_responder_id str The default responder ID for the integration. This is the ID of the responder that will be used to send messages to the user. For more information, refer to <a href=&quot;https://docs.smooch.io/guide/switchboard/#per-channel-default-responder\&quot;&gt;Per-channel default responder</a> guide. [optional]
hide_unsubscribe_link bool A boolean value indicating whether the unsubscribe link should be omitted from outgoing emails. When enabled, it is expected that the business is providing the user a way to unsubscribe by some other means. By default, the unsubscribe link will be included in all outgoing emails. [optional]
from_address str 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. May be unset with null. [optional]

[Back to Model list] [Back to API list] [Back to README]