Phone Verifier
-
Hey Guys,
I've been trying to make a bot that verify's a user account with a phone service from sms-activate.com Now i have my api requesting the numer and it puts out like this:
Only i want to save the value of the number id (first part :) and the value of the number ( second part : ) seperate. Just like how i did this with my mail. For now i cant manage how to do this can some one explain me?
-
@Mr-Pinkman
Use ready module
-
@Mr-Pinkman if u dont want to use Phone Verification module in BAS and u need to split the variable like this
[[YOUR_VARIABLE]].split(":")[2]
But recomended use BAS module instead of manual, except the the sms/service web not available from BAS Phone Verification site list.CMIIW
-
HTTP request
Support • • Abby