-
-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email verification plugin #826
Comments
Please assign it to me |
is there any specific account, I have to use, or I can use a personal account? |
Use personally if you can. There's only need for a token or a key that they provide because finally somebody will have to open their account and provide this credentials. |
"username": "support", |
@Anant-2005 hello return the response as is? Tracardi can handle it in the workflow and extract data. |
cannot find this: |
@Anant-2005 Where is this code. Can you describe the location of this code. I have found it only in tracard/services/setup_resouces, and it is conditional import: if License.has_license():
from com_tracardi.resource.resource_types import commercial_resource_types |
Is your feature request related to a problem? Please describe.
https://emailverification.whoisxmlapi.com/disposable-email-domains is a service that verifies the email addreses. We would like to be able to connect this platform to Tracardi.
Describe the solution you'd like
We would like to be able to create a resource within Tracardi that will have all the required API credentials and use this resource to connect to the https://emailverification.whoisxmlapi.com API. Then the plugin needs to have a form where we type where is the profile's email is located. Plugin should read data from that location (Class DotAccessor is for this) and send email to the data verification API. The result should be returned on the result port.
Prerequisites
Help
Within Tracardi we have very easy interface to write plugins. This task should not take more then 8h for the beginner.
The text was updated successfully, but these errors were encountered: