Uses of Class
com.sendly.models.Webhook
Packages that use Webhook
-
Uses of Webhook in com.sendly.models
Subclasses of Webhook in com.sendly.modelsModifier and TypeClassDescriptionclassResponse when creating a webhook (includes secret once). -
Uses of Webhook in com.sendly.resources
Methods in com.sendly.resources that return WebhookModifier and TypeMethodDescriptionGet a specific webhook by ID.WebhooksResource.update(String webhookId, String url, List<String> events, String description, Boolean isActive) Update a webhook configuration.Methods in com.sendly.resources that return types with arguments of type Webhook