Email verification with Icypeas (single)

For Icypeas, this automated workflow verifies email addresses efficiently by integrating with your account. Triggered manually, it ensures accurate email validation while streamlining the process, saving time and reducing errors.

7/8/2025
6 nodes
Medium
manualmediumsticky noteapiintegration
Categories:
Manual TriggeredMedium Workflow
Integrations:
Sticky Note

Target Audience

  • Developers looking to integrate domain scanning capabilities into their applications.
    - Business Analysts who need to perform domain/company scans for research or analysis.
    - Marketing Professionals interested in understanding domain ownership and related information for lead generation.
    - IT Security Teams needing to assess domain vulnerabilities or ownership verification.
  • Problem Solved

    This workflow automates the process of performing domain scans using the Icypeas API, eliminating the need for manual data entry and reducing the time taken to gather domain-related information. It simplifies the authentication process and streamlines the execution of domain scans, making it efficient and reliable.

    Workflow Steps

  • Trigger the Workflow: The user manually clicks "Execute Workflow" to start the process.
    2. Display Initial Information: A sticky note provides an overview of the workflow and instructions for using Icypeas.
    3. Authenticate with Icypeas: The workflow uses a code node to authenticate to the Icypeas API using the user's API Key, API Secret, and User ID. This step generates the necessary credentials for subsequent API calls.
    4. Run Domain Scan: An HTTP request is sent to the Icypeas API to perform a domain/company scan based on user-provided input. The domain to be scanned is specified in the request body.
    5. Receive Results: The results of the domain scan can be accessed through the provided link, allowing users to analyze the data.
  • Customization Guide

  • Insert Credentials: Open the 'Authenticates to your Icypeas account' node and replace the placeholders for API_KEY, API_SECRET, and USER_ID with your actual Icypeas account credentials.
    2. Modify Domain Input: In the 'Run domain scan (single)' node, change the value of domainOrCompany to the specific domain or company you wish to scan.
    3. Adjust HTTP Request Settings: If needed, modify the HTTP request parameters or headers based on any changes in the Icypeas API documentation.
    4. Add Additional Nodes: Users can expand the workflow by adding more nodes for further processing or to handle the results of the domain scan, such as storing them in a database or sending them via email.