juciocosta25
TTypebot
•Created by juciocosta25 on 1/30/2025 in #help-and-questions
multiple nested conditions
Hey my dear, thank you for your time. In the case of the flow, it's like this. I already have the API in PHP that counts how many yeses each disease block had. For example, if in the insomnia block there were 2 or more yeses, the API sends me a variable that would make the disease warning block appear, and another block followed by a wait (Typebot block) should appear, and then the recommendation block. I have the API. What's missing would be to make this run in Type, because if the person marked yes in all or no in all, okay? I do that in the set condition block. Now, for example> the person had disease 1,3,5,7, diseases 1,2,4,6,8,9,10 should not appear. Another problem would be if the person only has disease 10, only that should appear, followed by its text: 1) disease text + wait + recommendation. The difficult part is this... people answer yes with yes or no buttons. Could Type help me with this?
10 replies
TTypebot
•Created by juciocosta25 on 7/8/2024 in #help-and-questions
error http request post body
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>
11 replies
TTypebot
•Created by juciocosta25 on 7/8/2024 in #help-and-questions
error http request post body
HEADER: Content-Type: application/xml
11 replies
TTypebot
•Created by juciocosta25 on 7/8/2024 in #help-and-questions
error http request post body
method = POST
11 replies
TTypebot
•Created by juciocosta25 on 7/8/2024 in #help-and-questions
error http request post body
11 replies
TTypebot
•Created by juciocosta25 on 7/8/2024 in #help-and-questions
error http request post body
if you want you can test
11 replies
TTypebot
•Created by juciocosta25 on 7/8/2024 in #help-and-questions
error http request post body
In this api I put the header: content-type: application/xml and in the xml field I paste the test xml and it returns with error 500, but if I do the same in Postman it succeeds, how can we solve this?
11 replies