From 6c711f696f73bc59813f6834ec241aef3b626cbd Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 29 Aug 2015 20:00:53 -0400 Subject: Include documentation in the application --- docs/sendgrid.markdown | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 docs/sendgrid.markdown (limited to 'docs/sendgrid.markdown') diff --git a/docs/sendgrid.markdown b/docs/sendgrid.markdown deleted file mode 100644 index 0f307dac..00000000 --- a/docs/sendgrid.markdown +++ /dev/null @@ -1,24 +0,0 @@ -Sendgrid -======== - -You can use the service [Sendgrid](https://sendgrid.com/) to create tasks directly by email. - -This integration works with the [Parse API of Sendgrid](https://sendgrid.com/docs/API_Reference/Webhooks/parse.html). -Kanboard use a webhook to handle incoming emails. - -The [incoming email workflow is described here](create-tasks-by-email.markdown). - -Sendgrid configuration ----------------------- - -1. Create a new domain or subdomain (by example **inbound.mydomain.tld**) with a MX record that point to **mx.sendgrid.net** -2. Add your domain and the Kanboard webhook url to [the configuration page in Sendgrid](https://sendgrid.com/developer/reply) - -The Kanboard webhook url is displayed in **Settings > Integrations > Sendgrid** - -Kanboard configuration ----------------------- - -1. Be sure that your users have an email address in their profiles -2. Assign a project identifier to the desired projects: **Project settings > Edit** -3. Try to send an email to your project -- cgit v1.2.3