From c6739479d2fd2a49ff29392103d17280ec08f86c Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Fri, 2 Feb 2018 19:32:48 +0100 Subject: [PATCH] Headers for triggers and actions --- .../rules/pages/rules/actions/algolia-action.component.html | 2 ++ .../rules/pages/rules/actions/azure-queue-action.component.html | 2 ++ .../rules/pages/rules/actions/slack-action.component.html | 2 ++ .../rules/pages/rules/actions/webhook-action.component.html | 2 ++ .../pages/rules/triggers/content-changed-trigger.component.html | 2 ++ 5 files changed, 10 insertions(+) diff --git a/src/Squidex/app/features/rules/pages/rules/actions/algolia-action.component.html b/src/Squidex/app/features/rules/pages/rules/actions/algolia-action.component.html index 8e9594229..1920dfe1e 100644 --- a/src/Squidex/app/features/rules/pages/rules/actions/algolia-action.component.html +++ b/src/Squidex/app/features/rules/pages/rules/actions/algolia-action.component.html @@ -1,3 +1,5 @@ +

Populate index in algolia with content

+
diff --git a/src/Squidex/app/features/rules/pages/rules/actions/azure-queue-action.component.html b/src/Squidex/app/features/rules/pages/rules/actions/azure-queue-action.component.html index 0a5a6831d..3d32c9e46 100644 --- a/src/Squidex/app/features/rules/pages/rules/actions/azure-queue-action.component.html +++ b/src/Squidex/app/features/rules/pages/rules/actions/azure-queue-action.component.html @@ -1,3 +1,5 @@ +

Send event payload to Azure Storage Queue

+
diff --git a/src/Squidex/app/features/rules/pages/rules/actions/slack-action.component.html b/src/Squidex/app/features/rules/pages/rules/actions/slack-action.component.html index 37c237b09..015b00ba5 100644 --- a/src/Squidex/app/features/rules/pages/rules/actions/slack-action.component.html +++ b/src/Squidex/app/features/rules/pages/rules/actions/slack-action.component.html @@ -1,3 +1,5 @@ +

Send custom text to an incoming webhook in Slack

+
diff --git a/src/Squidex/app/features/rules/pages/rules/actions/webhook-action.component.html b/src/Squidex/app/features/rules/pages/rules/actions/webhook-action.component.html index f85e3b298..f09e81529 100644 --- a/src/Squidex/app/features/rules/pages/rules/actions/webhook-action.component.html +++ b/src/Squidex/app/features/rules/pages/rules/actions/webhook-action.component.html @@ -1,3 +1,5 @@ +

Send event payload to webhook

+
diff --git a/src/Squidex/app/features/rules/pages/rules/triggers/content-changed-trigger.component.html b/src/Squidex/app/features/rules/pages/rules/triggers/content-changed-trigger.component.html index d6b5f2e91..534b780da 100644 --- a/src/Squidex/app/features/rules/pages/rules/triggers/content-changed-trigger.component.html +++ b/src/Squidex/app/features/rules/pages/rules/triggers/content-changed-trigger.component.html @@ -1,3 +1,5 @@ +

Trigger rule when the events for the following schemas happen

+