Class EventDestinationTrigger
java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,EventDestinationTrigger>
com.sinch.sdk.domains.conversation.models.v1.eventdestinations.EventDestinationTrigger
Each webhook can subscribe to one or more of the following triggers
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EventDestinationTriggerSubscribe to see get capability results.static final EventDestinationTriggerSubscribe to direct channel event.static final EventDestinationTriggerSubscribe to an event that is triggered when a new contact has been created.static final EventDestinationTriggerSubscribe to an event that is triggered when a contact has been deleted.static final EventDestinationTriggerSubscribe to get an event when contact identity duplications are found during message or event processing.static final EventDestinationTriggerSubscribe to an event that is triggered when a two contacts are merged.static final EventDestinationTriggerSubscribe to an event that is triggered when a contact is updated.static final EventDestinationTriggerSubscribe to get an event when a conversation is deleted.static final EventDestinationTriggerSubscribe to an event that is triggered when a new conversation has been started.static final EventDestinationTriggerSubscribe to an event that is triggered when a active conversation has been stopped.static final EventDestinationTriggerSubscribe to delivery receipts for a event sent.static final EventDestinationTriggerSubscribe to inbound events from end users on the underlying channels.static final EventDestinationTriggerSubscribe to delivery receipts for a message sent.static final EventDestinationTriggerSubscribe to inbound messages from end users on the underlying channels.static final EventDestinationTriggerSubscribe to analysis for messages from end-users.static final EventDestinationTriggerSubscribe to message submit Notifications.static final EventDestinationTriggerSubscribe to opt_ins.static final EventDestinationTriggerSubscribe to opt_outs.static final EventDestinationTriggerSubscribe to Record Notifications.static final EventDestinationTriggerSubscribe to Smart conversation analysis.static final EventDestinationTriggerUsing this value will cause errors.static final EventDestinationTriggerSubscribe to callbacks that are not natively supported by the Conversation API. -
Method Summary
Modifier and TypeMethodDescriptionstatic EventDestinationTriggerstatic Stringstatic Stream<EventDestinationTrigger> values()Methods inherited from class com.sinch.sdk.core.utils.EnumDynamic
equals, hashCode, toString, value
-
Field Details
-
UNSPECIFIED_TRIGGER
Using this value will cause errors. -
MESSAGE_DELIVERY
Subscribe to delivery receipts for a message sent. -
EVENT_DELIVERY
Subscribe to delivery receipts for a event sent. -
MESSAGE_INBOUND
Subscribe to inbound messages from end users on the underlying channels. -
EVENT_INBOUND
Subscribe to inbound events from end users on the underlying channels. -
CONVERSATION_START
Subscribe to an event that is triggered when a new conversation has been started. -
CONVERSATION_STOP
Subscribe to an event that is triggered when a active conversation has been stopped. -
CONTACT_CREATE
Subscribe to an event that is triggered when a new contact has been created. -
CONTACT_DELETE
Subscribe to an event that is triggered when a contact has been deleted. -
CONTACT_MERGE
Subscribe to an event that is triggered when a two contacts are merged. -
CONTACT_UPDATE
Subscribe to an event that is triggered when a contact is updated. -
UNSUPPORTED
Subscribe to callbacks that are not natively supported by the Conversation API. -
OPT_IN
Subscribe to opt_ins. -
OPT_OUT
Subscribe to opt_outs. -
CAPABILITY
Subscribe to see get capability results. -
CONVERSATION_DELETE
Subscribe to get an event when a conversation is deleted. -
CONTACT_IDENTITIES_DUPLICATION
Subscribe to get an event when contact identity duplications are found during message or event processing. -
CHANNEL_EVENT
Subscribe to direct channel event. -
SMART_CONVERSATION
Subscribe to Smart conversation analysis. -
MESSAGE_INBOUND_SMART_CONVERSATION_REDACTION
Subscribe to analysis for messages from end-users. -
RECORD_NOTIFICATION
Subscribe to Record Notifications. -
MESSAGE_SUBMIT
Subscribe to message submit Notifications.
-
-
Method Details
-
values
-
from
-
valueOf
-