Webhook

Webhooks can notify your application when an event happens on your site. You can connect with other applications to power up your site.

Events

Currently, Typlog webhook offers events for:

  1. Post publish: Triggers when a new post is published.
  2. Post update: Triggers when a published post is updated.
  3. Episode publish: Triggers when a new episode is published.
  4. Episode update: Triggers when a published episode is updated.
  5. New subscriber: Triggers when a new subscriber is added.
  6. New comment: Triggers when a new comment is added.
Webhooks

Integrations

Typlog will send event messages to the given URL of each webhook you created. Each event has its own message format. (TODO)


Zapier

Webhook is the fundamental for Zapier integration. Once connected with Zapier, it will create webhooks automatically from Zapier side. You don't need to do anything.

Discord

Typlog will format the event message for a Discord webhook URL. You will receive an elegant Discord message. Just fill the webhook URL provided by Discord.

Slack

Typlog will format the event message for a Slack webhook URL. You will receive Slack messages in block formats. Just fill the webhook URL provided by Slack.

Telegram

Telegram is very special, it has no actual webhook for the incoming message. Typlog has provided a pseudo webhook with the power of @TyplogBot telegram bot.

Learn how to connect with your Telegram channel.

Test webhook

Once connected, there is a Test button under the detail view. Click this Test button to verify if the webhook works as expected.

Test popup
  • Choose the event you want to send.
  • Select a related subject for this event.
  • Click Test button

Logs

In the webhook detail view, you get the recent webhook request logs.

Webhook logs

Click each log to see the detail of each request.

Read more