Uses of Class
com.sinch.sdk.domains.conversation.models.v1.webhooks.WebhookTrigger
Packages that use WebhookTrigger
Package
Description
Conversation models for
Webhooks-
Uses of WebhookTrigger in com.sinch.sdk.domains.conversation.models.v1.webhooks
Fields in com.sinch.sdk.domains.conversation.models.v1.webhooks declared as WebhookTriggerModifier and TypeFieldDescriptionstatic final WebhookTriggerWebhookTrigger.CAPABILITYSubscribe to see get capability results.static final WebhookTriggerWebhookTrigger.CHANNEL_EVENTSubscribe to direct channel event.static final WebhookTriggerWebhookTrigger.CONTACT_CREATESubscribe to an event that is triggered when a new contact has been created.static final WebhookTriggerWebhookTrigger.CONTACT_DELETESubscribe to an event that is triggered when a contact has been deleted.static final WebhookTriggerWebhookTrigger.CONTACT_IDENTITIES_DUPLICATIONSubscribe to get an event when contact identity duplications are found during message or event processing.static final WebhookTriggerWebhookTrigger.CONTACT_MERGESubscribe to an event that is triggered when a two contacts are merged.static final WebhookTriggerWebhookTrigger.CONTACT_UPDATESubscribe to an event that is triggered when a contact is updated.static final WebhookTriggerWebhookTrigger.CONVERSATION_DELETESubscribe to get an event when a conversation is deleted.static final WebhookTriggerWebhookTrigger.CONVERSATION_STARTSubscribe to an event that is triggered when a new conversation has been started.static final WebhookTriggerWebhookTrigger.CONVERSATION_STOPSubscribe to an event that is triggered when a active conversation has been stopped.static final WebhookTriggerWebhookTrigger.EVENT_DELIVERYSubscribe to delivery receipts for a event sent.static final WebhookTriggerWebhookTrigger.EVENT_INBOUNDSubscribe to inbound events from end users on the underlying channels.static final WebhookTriggerWebhookTrigger.MESSAGE_DELIVERYSubscribe to delivery receipts for a message sent.static final WebhookTriggerWebhookTrigger.MESSAGE_INBOUNDSubscribe to inbound messages from end users on the underlying channels.static final WebhookTriggerWebhookTrigger.MESSAGE_INBOUND_SMART_CONVERSATION_REDACTIONSubscribe to analysis for messages from end-users (Please note that this functionality is currently available for open beta testing.)static final WebhookTriggerWebhookTrigger.MESSAGE_SUBMITSubscribe to message submit Notifications.static final WebhookTriggerWebhookTrigger.OPT_INSubscribe to opt_ins.static final WebhookTriggerWebhookTrigger.OPT_OUTSubscribe to opt_outs.static final WebhookTriggerWebhookTrigger.RECORD_NOTIFICATIONSubscribe to Record Notifications.static final WebhookTriggerWebhookTrigger.SMART_CONVERSATIONSubscribe to Smart conversation analysis (Please note that this functionality is currently available for open beta testing.)static final WebhookTriggerWebhookTrigger.UNSPECIFIED_TRIGGERUsing this value will cause errors.static final WebhookTriggerWebhookTrigger.UNSUPPORTEDSubscribe to callbacks that are not natively supported by the Conversation API.Methods in com.sinch.sdk.domains.conversation.models.v1.webhooks that return WebhookTriggerMethods in com.sinch.sdk.domains.conversation.models.v1.webhooks that return types with arguments of type WebhookTriggerModifier and TypeMethodDescriptionWebhook.getTriggers()An array of triggers that should trigger the webhook and result in an event being sent to the target url.static Stream<WebhookTrigger> WebhookTrigger.values()Methods in com.sinch.sdk.domains.conversation.models.v1.webhooks with parameters of type WebhookTriggerMethod parameters in com.sinch.sdk.domains.conversation.models.v1.webhooks with type arguments of type WebhookTriggerModifier and TypeMethodDescriptionWebhook.Builder.setTriggers(List<WebhookTrigger> triggers) see getter