diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-29 20:00:53 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-29 20:00:53 -0400 |
commit | 6c711f696f73bc59813f6834ec241aef3b626cbd (patch) | |
tree | ded4f0e8c7f8c672414ff3f2f84eac0f6d9073e5 /docs/postmark.markdown | |
parent | ef087f5e22df1a0d97babef26aaf9b8960ee6d5d (diff) |
Include documentation in the application
Diffstat (limited to 'docs/postmark.markdown')
-rw-r--r-- | docs/postmark.markdown | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/docs/postmark.markdown b/docs/postmark.markdown deleted file mode 100644 index 7c33ee63..00000000 --- a/docs/postmark.markdown +++ /dev/null @@ -1,29 +0,0 @@ -Postmark -======== - -You can use the service [Postmark](https://postmarkapp.com/) to create tasks directly by email. - -This integration works with the inbound email service of Postmark. -Kanboard use a webhook to handle incoming emails. - -The [incoming email workflow is described here](create-tasks-by-email.markdown). - -Postmark configuration ----------------------- - -Just follow the [official documentation about inbound email processing](http://developer.postmarkapp.com/developer-process-configure.html). -Basically, you have to forward your own domain or subdomain to a specific Postmark email address. - -The Kanboard webhook url is displayed in **Settings > Integrations > Postmark** - -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 - -Troubleshootings ----------------- - -- Test the webhook url from the Postmark console, you should have a status code `200 OK` |