Uses of Class
com.sendly.models.WebhookCreatedResponse
Packages that use WebhookCreatedResponse
-
Uses of WebhookCreatedResponse in com.sendly.resources
Methods in com.sendly.resources that return WebhookCreatedResponseModifier and TypeMethodDescriptionCreate a new webhook endpoint.WebhooksResource.create(String url, List<String> events, String description, Map<String, Object> metadata) Create a new webhook endpoint with options.WebhooksResource.rotateSecret(String webhookId) Rotate the webhook signing secret.