% @page_title = "Webhooks" %> <% content_for :header do %>
Webhooks can notify another application when something happens in this Fizzy board. You’ll choose which events to subscribe to and provide a URL to receive the data.
For example, you could create a webhook that posts to a Campfire chat in Basecamp when new cards are added to Fizzy.
<% end %> <%= link_to new_board_webhook_path, class: "btn btn--link" do %> <%= icon_tag "add" %> Set up a new webhook <% end %> <% end %>