kid vicious aka clonazepunkk - How to connect a...

How to connect a (my code) form to buildship to send information to telegram?
4 Replies
Gaurav Chadha
Gaurav Chadha6mo ago
Hi @kid vicious aka clonazepunkk, You can add the webhook URL of the REST API Trigger - https://docs.buildship.com/trigger-nodes/rest-api to your form to trigger and get data passed in the body whenever a form is submitted and send the data as a telegram message (using telegram send node). The above image is an example showing (getting response from tally form and adding data to buildship db and sending message to telegram using parallel node)
REST API Call Trigger – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
No description
kid vicious aka clonazepunk
Ok, I understand, but let's say I have a form template and two different users enter it and I want to send them an http request for a template that says that the data entered is wrong through a button and I want to tell the other user that it is fine. Obviously these two users would be independent user 1 | buttom bad |buttom good | > click action > send buttom good user 2 | buttom bad | buttom good | > click action > send buttom bad and redirect to their respective template
Gaurav Chadha
Gaurav Chadha6mo ago
You can use branch node to handle the different cases on backend on BuildShip. https://docs.buildship.com/core-nodes/if-else
Branch (If Else) – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
kid vicious aka clonazepunk
I can connect my build ship with web flows