Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
When trying to use 5sim.net from the sms module, I encounter an error called "5SIM: error code, 1020". In addition to that, I need help with pulling api. I want to use mail api and sms api.
The module uses their old api, so you need to use api1 api key from dashboard.
Thank you
@asivrsr1 check their api endpoints (they should have a documentation) and then use http client to make a wrapper for their api.
@syrax said in IF statement help:
@Fox said in IF statement help: {{VAR}}.indexOf("https://example.com/") >= 0 It working like a charm thanks for your quick reaction! This makes my life a lot easier. So if it exists for checked. It will get the value 0? Or a negative value?
@Fox said in IF statement help:
{{VAR}}.indexOf("https://example.com/") >= 0
It working like a charm thanks for your quick reaction! This makes my life a lot easier.
So if it exists for checked. It will get the value 0? Or a negative value?
This is a JavaScript method that is easier to find information about on the Internet https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/indexOf
75b04390-e319-4ca7-8a2b-cfd55048ef88-изображение.png
@lymz101 Best way to start is this tutorial https://wiki.bablosoft.com/doku.php?id=tutorial1