Webmentions.send_webmention

You're seeing just the function send_webmention, go back to Webmentions module for more information.
Link to this function

send_webmention(endpoint, source, target)

Specs

send_webmention(String.t(), String.t(), String.t()) ::
  {:error, integer()} | {:error, String.t()} | {:ok, String.t()}