This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
2021-10-04 18:15:40 +02:00

35 lines
1.4 KiB
Markdown

# 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
<p>First we need to click the green button in the bottom right corner</p>
<img height="600" width="270" src="https://i.imgur.com/FYlEbzh.jpg" />
## Linking all requests to the integration
<p>If you want to link all requests to the integration, you can click the green <code>ALL</code> button</p>
<img height="600" width="270" src="https://i.imgur.com/0Ug8Xts.jpg">
## Connecting to the webserver
<p>We now need to click the <code>Connect your web server</code> checkbox</p>
<img height="600" width="270" src="https://i.imgur.com/4ZiDlxA.jpg">
## Entering server details
<p>Now you need to enter the server details. Please use the format <code>http(s)://(server ip):(server port)/</code>. You can define the port in the integration itself.
<b>It is also recommended to use authentication to secure the process</b>
</p>
<img height="600" width="270" src="https://i.imgur.com/ydSS8yP.jpg">
## Setting the receiver
<p>If you want to send all requests to the responder, please set the receiver to <code>Both</code>. If you only want to use this extension for chats or groups, please use that option.</p>
<img height="600" width="270" src="https://i.imgur.com/sVxqkZX.jpg">
## Thats it
<p>You are now ready to create your own bot!</p>
<img height="600" width="270" src="https://i.imgur.com/gFED2fz.jpg"/>