From 8d14d4284ba0b560eb0cc51a0bc6497a39e7a084 Mon Sep 17 00:00:00 2001 From: mathias Date: Mon, 4 Oct 2021 18:15:40 +0200 Subject: [PATCH] Created the setup guide --- SETUP.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 SETUP.md diff --git a/SETUP.md b/SETUP.md new file mode 100644 index 0000000..52cd578 --- /dev/null +++ b/SETUP.md @@ -0,0 +1,35 @@ +# Setting up the AutoResponder app + +In order to use the integration, we must add a rule in the responder. This is how it works + +## Creating a new rule + +

First we need to click the green button in the bottom right corner

+ + +## Linking all requests to the integration + +

If you want to link all requests to the integration, you can click the green ALL button

+ + +## Connecting to the webserver + +

We now need to click the Connect your web server checkbox

+ + +## Entering server details + +

Now you need to enter the server details. Please use the format http(s)://(server ip):(server port)/. You can define the port in the integration itself. +It is also recommended to use authentication to secure the process +

+ + +## Setting the receiver + +

If you want to send all requests to the responder, please set the receiver to Both. If you only want to use this extension for chats or groups, please use that option.

+ + +## Thats it + +

You are now ready to create your own bot!

+ \ No newline at end of file