Hello all,
I'm a student and a trying in a project , plizz i want to know if its possbile to cheack if a email exist in Alteryx ?
if so, in what way I could proceed
Thanks
Solved! Go to Solution.
Hello @Ahmed,
Can you give me a bit more information about what you are trying to do?
Thanks,
Hi Jessica
I have a file like as under picture
And i want to know if it possible to check if this email exist with alteryx ? for example i can make this test with PDO ( i send a ping at the server email and i waits a return)
Regards
Ahmed Apprenti bi & big data
You could look to use an online email verification service.
https://mailboxlayer.com/ has a JSON REST API which could be accessed using Alteryx relatively simply.
I believe PDO system sends the user an email and waits for verification before updating in the database. This would be tricky to achieve in Alteryx as you are waiting for an external event to occur.
Thanks
Thanks for your message ,
plizz i have a error message when a try to call the api in alteryx " Error: Download (2): Error transferring data: Failure when receiving data from the peer "
Il try to do :
"https://apilayer.net/api/check
? access_key = MyKEY
& email =" +[Email]+''
and Email is a variable with for example ="ahmed@gmail.com"
I found my error :D
@Ahmed can you share the flow how it is been done
working on something similar
After configuring a lot i am getting this