diff --git a/.idea/sonarlint/issuestore/index.pb b/.idea/sonarlint/issuestore/index.pb index 64f2c31..2b7b0f4 100644 --- a/.idea/sonarlint/issuestore/index.pb +++ b/.idea/sonarlint/issuestore/index.pb @@ -104,4 +104,8 @@ g ~ Ncontent/docs/fields/field-types/special-field-types/file/document-templates.md,f/c/fc03ece72bfd5d8f7f2d7781f2d9f2797f1cce88 v -Fcontent/docs/security-and-compliance/security-features/users/_index.md,5/a/5aaad003c21d956d0536ea62faeb738ebabd4589 \ No newline at end of file +Fcontent/docs/security-and-compliance/security-features/users/_index.md,5/a/5aaad003c21d956d0536ea62faeb738ebabd4589 +_ +/content/docs/advanced-usage/company-settings.md,d/0/d0605586afae323bb802b915c6b10131409a7295 +a +1content/docs/integrations/comments-integration.md,f/e/fe70c75990bb4a0a32104a678572714ca3521aa7 \ No newline at end of file diff --git a/.idea/sonarlint/securityhotspotstore/index.pb b/.idea/sonarlint/securityhotspotstore/index.pb index fb25dc6..a5a8095 100644 --- a/.idea/sonarlint/securityhotspotstore/index.pb +++ b/.idea/sonarlint/securityhotspotstore/index.pb @@ -104,4 +104,8 @@ g ~ Ncontent/docs/fields/field-types/special-field-types/file/document-templates.md,f/c/fc03ece72bfd5d8f7f2d7781f2d9f2797f1cce88 v -Fcontent/docs/security-and-compliance/security-features/users/_index.md,5/a/5aaad003c21d956d0536ea62faeb738ebabd4589 \ No newline at end of file +Fcontent/docs/security-and-compliance/security-features/users/_index.md,5/a/5aaad003c21d956d0536ea62faeb738ebabd4589 +_ +/content/docs/advanced-usage/company-settings.md,d/0/d0605586afae323bb802b915c6b10131409a7295 +a +1content/docs/integrations/comments-integration.md,f/e/fe70c75990bb4a0a32104a678572714ca3521aa7 \ No newline at end of file diff --git a/content/docs/advanced-usage/company-settings.md b/content/docs/advanced-usage/company-settings.md index 0396660..289bd65 100644 --- a/content/docs/advanced-usage/company-settings.md +++ b/content/docs/advanced-usage/company-settings.md @@ -29,8 +29,8 @@ To allow this, you will need to use your own SMTP server, or a third party trust Once you have the SMTP server address, username and password from your service, enter them into the details in this section in Agilebase. -### Slack Webhook URL -See [Integrations - Slack]({{}}) +### Comments Webhook URL +See [Integrations - Comments]({{}}) ### Send chart subscriptions from Users can opt to have daily, weekly or monthly emails sent to them containing all the charts they've subscribed to for that period. The emails will come from an email address @notifications.agilebase.co.uk by default, this option will allow you to specify your own address. diff --git a/content/docs/integrations/comments-integration.md b/content/docs/integrations/comments-integration.md new file mode 100644 index 0000000..bec85dc --- /dev/null +++ b/content/docs/integrations/comments-integration.md @@ -0,0 +1,17 @@ +--- +title: "Comments integration" +date: 2020-06-02T16:40:00+01:00 +type: docs +weight: 170 +description: Allows comments posted in Agilebase to be shared as Slack/Teams/Google etc. notifications +tags: +- Software Architect +- v6 +--- +When a comment is added to a record in Agilebase, a copy can be sent to your Slack or Teams workspace, to a specific channel appropriate to the tile. + +In fact, the comment can be sent to any external service that accepts push notifications to a URL. We recommend setting up a webhook URL via an easy to use integration tool like Zapier or Microsoft Power Automate. That tool can then be set up to post the message to any supported service of your choice. + +Every time a comment is added, the full text and additional details will be posted in JSON format to the URL specified. + +Enter the comments webhook URL in the [company settings](/docs/advanced-usage/company-settings#comments-webhook-url) diff --git a/content/docs/integrations/slack-integration.md b/content/docs/integrations/slack-integration.md deleted file mode 100644 index 0050145..0000000 --- a/content/docs/integrations/slack-integration.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Slack integration" -date: 2020-06-02T16:40:00+01:00 -type: docs -weight: 170 -description: Allows comments posted in Agilebase to be shared as Slack notifications -tags: -- Software Architect -- v6 ---- -When a comment is added to a record in Agilebase, a copy can be sent to your Slack or Teams workspace, to a specific channel appropriate to the tile. Instructions are in progress, in the meantime please [contact us](https://agilechilli.com/contact-us/) for help setting this up. - -Integration with other similar services is also possible should a customer wish - please get in touch if so.