diff --git a/static/images/integrations/freshdesk/003.png b/static/images/integrations/freshdesk/003.png index c543e0dbd4..15d6b8b007 100644 Binary files a/static/images/integrations/freshdesk/003.png and b/static/images/integrations/freshdesk/003.png differ diff --git a/static/images/integrations/freshdesk/008.png b/static/images/integrations/freshdesk/008.png index 2ae0f3f083..81f0d56748 100644 Binary files a/static/images/integrations/freshdesk/008.png and b/static/images/integrations/freshdesk/008.png differ diff --git a/static/images/integrations/freshdesk/009.png b/static/images/integrations/freshdesk/009.png new file mode 100644 index 0000000000..2ae0f3f083 Binary files /dev/null and b/static/images/integrations/freshdesk/009.png differ diff --git a/templates/zerver/integrations.html b/templates/zerver/integrations.html index 30a91653e5..a2d231945f 100644 --- a/templates/zerver/integrations.html +++ b/templates/zerver/integrations.html @@ -497,14 +497,16 @@
  • +

    In the "Action" section, add a new action of type "Trigger Webhook". Set the "Request Type" to "POST". Set the following "Callback URL", replacing - the bot email address, bot API key, and Zulip stream with the - appropriate information. Note: the @-sign in the - bot e-mail address must be escaped to %40:

    + the Zulip stream with your desired stream:

    -

    https://freshdesk-bot%40example.com:api_key@api.zulip.com/v1/external/freshdesk?stream=freshdesk

    +

    https://api.zulip.com/v1/external/freshdesk?stream=freshdesk

    + +

    Check the "Requires Authentication" box, and supply the bot + e-mail address and API key.

    The Action section should look like this so far:

    @@ -591,11 +593,12 @@

    Under "Perform These Actions", add a new action of type "Trigger Webhook". Set the "Request Type" to "POST". Set the following "Callback URL", replacing - the bot email address, bot API key, and Zulip stream with the - appropriate information. Note: the @-sign in the - bot e-mail address must be escaped to %40:

    + the Zulip stream with your desired stream:

    -

    https://freshdesk-bot%40example.com:api_key@api.zulip.com/v1/external/freshdesk?stream=freshdesk

    +

    https://api.zulip.com/v1/external/freshdesk?stream=freshdesk

    + +

    Check the "Requires Authentication" box, and supply the bot + e-mail address and API key.

    The Action section should look like this so far: