Package 

Enum CreateWebhookOptions.EventName

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum CreateWebhookOptions.EventName
    extends Enum<CreateWebhookOptions.EventName>
                        

    Optional webhook event name. Default is EMAIL_RECEIVED and is triggered when an email is received by the inbox associated with the webhook. Payload differ according to the webhook event name. The other events are NEW_EMAIL, NEW_CONTACT, and NEW_ATTACHMENT and EMAIL_OPENED. EMAIL_OPENED requires the use of tracking pixels when sending. See the email tracking guide for more information. Values: eMAILRECEIVED,nEWEMAIL,nEWCONTACT,nEWATTACHMENT,eMAILOPENED,eMAILREAD