We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124b6a2 commit 9a6c6a5Copy full SHA for 9a6c6a5
lib/tilex/notifications/notifiers/webhook.ex
@@ -6,9 +6,10 @@ defmodule Tilex.Notifications.Notifiers.Webhook do
6
def handle_post_created(post, developer, channel, url) do
7
if webhook_url() do
8
payload = %{
9
+ event: "post.created",
10
til: %{
11
title: post.title,
- developer_name: Developer.twitter_handle(developer),
12
+ author_name: developer.username,
13
channel: channel.twitter_hashtag,
14
post_url: url
15
}
0 commit comments