juciocosta25
juciocosta25
TTypebot
Created by juciocosta25 on 1/30/2025 in #help-and-questions
multiple nested conditions
I'm a doctor so my type has 10 questions where each one has a yes or no and I save, let's go if the weight answers yes to all or no I already have the message flow + wait block 2 seconds perfect but then comes the doubt if the person has 1 disease and 9 no, or if the person has disease 1 and 2 and the other 8 no or if he didn't have the first disease has the second and only the fourth, there are countless combinations I can do this with PHP very easily but I wanted to be able to use wait which is not possible because it would be all in a single block and I wanted it separate, is there a solution or will I have to create all the possible combinations?😖
10 replies
TTypebot
Created by juciocosta25 on 8/13/2024 in #help-and-questions
question: how do add basic auth in typebot
Hello dear, we know that in Postman we have the option to enter username and password through the authorization tab where we enter the name of the user variable and password and their values ​​I tried to do the same in the type both in the query params field and also in the headers but it doesn't work anyone can you help me?
2 replies
TTypebot
Created by juciocosta25 on 7/8/2024 in #help-and-questions
error http request post body
Hey guys, I have an API open today and in your connectivity test the required method is post, header is application/xml in the body field when I send the test xml it returns an error... can anyone help? link api testing: https://services-hotels.focomultimidia.com/v1/service/ota/OTA_PingRQ METHOD: POST BODY: <?xml version="1.0" encoding="UTF-8"?> <OTA_PingRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_PingRQ.xsd" TimeStamp="2012-11-13T10:06:51-00:00" Target="Test" Version="1"> <EchoData>Is there anybody out there?</EchoData> </OTA_PingRQ> HEADER: Content-Type: application/xml
11 replies