Skip to content

Commit

Permalink
Update webhook.md
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 authored Sep 13, 2024
1 parent 8da0fef commit 93bf735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bulk_delivery_methods/webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Send a webhook request to bulk notify users in a channel.

```ruby
class CommentNotification
deliver_by :webhook do |config|
bulk_deliver_by :webhook do |config|
config.url = "https://example.org..."
config.json = -> {
{
Expand Down

0 comments on commit 93bf735

Please sign in to comment.