-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum CreateWebhookOptions.EventName extends Enum<CreateWebhookOptions.EventName>
Optional webhook event name. Default is
EMAIL_RECEIVEDand 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 areNEW_EMAIL,NEW_CONTACT, andNEW_ATTACHMENTandEMAIL_OPENED.EMAIL_OPENEDrequires the use of tracking pixels when sending. See the email tracking guide for more information. Values: eMAILRECEIVED,nEWEMAIL,nEWCONTACT,nEWATTACHMENT,eMAILOPENED,eMAILREAD
-
-
Enum Constant Summary
Enum Constants Enum Constant Description eMAILRECEIVEDnEWEMAILnEWCONTACTnEWATTACHMENTeMAILOPENEDeMAILREAD
-