I want to know if its possible to check if a email exist
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Labels:
- Run Command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @Ahmed,
Can you give me a bit more information about what you are trying to do?
Thanks,
Manager, Technical Account Management | Alteryx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I found my error :D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Ahmed can you share the flow how it is been done
working on something similar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
After configuring a lot i am getting this
