Telegraph

Easily send Webmentions from your website

Get Started

We send webmentions for you

Instead of messing with the details of sending webmentions yourself, we have a simple API that will handle endpoint discovery, gracefully handle failures and retries, and will let you know whether a webmention was successfully sent. All you have to do is tell us the page you want to send the webmention to and we'll take it from there.

Read More

Webmentions at a glance

Sign in to quickly send webmentions from the Dashboard, and see the status of your previously sent webmentions.

The status of each webmention can be viewed individually, so you can tell whether it worked or how it failed.

Send Webmentions with a Simple API

Let Telegraph send webmentions for you. With a simple API, Telegraph will handle sending webmentions to other websites. Let us handle webmention endpoint discovery and handling failures.

Get updates on webmention delivery

With a simple web hook, Telegraph will notify your site when a webmention was successfully sent or if an error occurred.


POST /webmention HTTP/1.1
Content-type: application/json

{
  "source": "http://source.example.com/post/100",
  "target": "http://target.example.net/",
  "callback": "http://yoursite.example.org/webmention-status"
  "token": "xxxx"
}