{% extends "base.html" %} {% load humanize static hc_extras %} {% block title %}LineNotify Integration for {% site_name %}{% endblock %} {% block content %}

LINE Notify

LINE Notify allows you to send notifications directly to your LINE chats. You can set up {% site_name %} to post status updates directly to an appropriate LINE chat.

Setup Guide

Log into your LINE account, go to My Page in the upper right corner. In the My Page, scroll to the bottom of the page, and click on Generate token button.

Screenshot

It will pop up the Generate token Form. Fill out the details, and click the button.

Screenshot

Copy the displayed Token and paste it in the form below. Save the integration, and it's done!

Screenshot

Integration Settings

{% csrf_token %}
{% if form.token.errors %}
{{ form.token.errors|join:"" }}
{% endif %}
{% endblock %}