Uses of Interface
com.sinch.sdk.domains.conversation.models.v1.webhooks.Webhook
Package
Description
Conversation API interface for V1 endpoints
Conversation models for
Webhooks
Webhooks
response models-
Uses of Webhook in com.sinch.sdk.domains.conversation.api.v1
Modifier and TypeMethodDescriptionCreates a webhook for receiving callbacks on specific triggersGet a webhook as specified by the webhook ID.Updates an existing webhook as specified by the webhook ID.Modifier and TypeMethodDescriptionList all webhooks for a given app as specified by the App ID. -
Uses of Webhook in com.sinch.sdk.domains.conversation.models.v1.webhooks
-
Uses of Webhook in com.sinch.sdk.domains.conversation.models.v1.webhooks.response
Modifier and TypeMethodDescriptionListWebhooksResponse.getWebhooks()
List of webhooks belonging to a specific project ID and app IDModifier and TypeMethodDescriptionListWebhooksResponse.Builder.setWebhooks
(List<Webhook> webhooks) see getter