Class WebhookTrigger
java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,WebhookTrigger>
com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Each webhook can subscribe to one or more of the following triggers
-
Field Summary
Modifier and TypeFieldDescriptionstatic final WebhookTrigger
Subscribe to see get capability results.static final WebhookTrigger
Subscribe to direct channel event.static final WebhookTrigger
Subscribe to an event that is triggered when a new contact has been created.static final WebhookTrigger
Subscribe to an event that is triggered when a contact has been deleted.static final WebhookTrigger
Subscribe to get an event when contact identity duplications are found during message or event processing.static final WebhookTrigger
Subscribe to an event that is triggered when a two contacts are merged.static final WebhookTrigger
Subscribe to an event that is triggered when a contact is updated.static final WebhookTrigger
Subscribe to get an event when a conversation is deleted.static final WebhookTrigger
Subscribe to an event that is triggered when a new conversation has been started.static final WebhookTrigger
Subscribe to an event that is triggered when a active conversation has been stopped.static final WebhookTrigger
Subscribe to delivery receipts for a event sent.static final WebhookTrigger
Subscribe to inbound events from end users on the underlying channels.static final WebhookTrigger
Subscribe to delivery receipts for a message sent.static final WebhookTrigger
Subscribe to inbound messages from end users on the underlying channels.static final WebhookTrigger
Subscribe to analysis for messages from end-users (Please note that this functionality is currently available for open beta testing.)static final WebhookTrigger
Subscribe to message submit Notifications.static final WebhookTrigger
Subscribe to opt_ins.static final WebhookTrigger
Subscribe to opt_outs.static final WebhookTrigger
Subscribe to Record Notifications.static final WebhookTrigger
Subscribe to Smart conversation analysis (Please note that this functionality is currently available for open beta testing.)static final WebhookTrigger
Using this value will cause errors.static final WebhookTrigger
Subscribe to callbacks that are not natively supported by the Conversation API. -
Method Summary
Modifier and TypeMethodDescriptionstatic WebhookTrigger
static String
static Stream
<WebhookTrigger> 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 (Please note that this functionality is currently available for open beta testing.) -
MESSAGE_INBOUND_SMART_CONVERSATION_REDACTION
Subscribe to analysis for messages from end-users (Please note that this functionality is currently available for open beta testing.) -
RECORD_NOTIFICATION
Subscribe to Record Notifications. -
MESSAGE_SUBMIT
Subscribe to message submit Notifications.
-
-
Method Details
-
values
-
from
-
valueOf
-