Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

I want to know if its possible to check if a email exist

Ahmed
7 - Meteor

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 

8 REPLIES 8
JessicaS
Alteryx Alumni (Retired)

Hello @Ahmed,

 

Can you give me a bit more information about what you are trying to do?

 

Thanks,

 

Jess Silveri
Manager, Technical Account Management | Alteryx
Ahmed
7 - Meteor

Hi Jessica

 

 

I have a file like as under picture

Sans titre.png

 

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 

 

jdunkerley79
ACE Emeritus
ACE Emeritus

 

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.

Ahmed
7 - Meteor

Thanks 

Ahmed
7 - Meteor

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"

Ahmed
7 - Meteor

I found my error :D 

 
I forgot to select
Raj
13 - Pulsar

@Ahmed can you share the flow how it is been done

working on something similar

Raj
13 - Pulsar

After configuring a lot i am getting this

 

Raj_0-1686128490448.png

 

Labels