ManualTrigger Automate

ManualTrigger Automate enables users to perform bulk domain scans by integrating Sticky Note and Google Sheets. This workflow simplifies the process of reading company data from a Google Sheet, authenticating with Icypeas, and executing domain searches, all triggered manually. Streamline your data management and enhance your domain scanning efficiency with this automated solution.

7/8/2025
8 nodes
Medium
manualmediumsticky notegooglesheetsapiintegration
Categories:
Manual TriggeredData Processing & AnalysisMedium Workflow
Integrations:
Sticky NoteGoogleSheets

Target Audience

This workflow is ideal for:
- Marketing Professionals: Those looking to perform bulk domain searches for outreach campaigns.
- Business Analysts: Individuals in need of data on multiple companies quickly and efficiently.
- Sales Teams: Teams that require insights into potential leads based on company information.
- Developers: Those who want to automate data retrieval and API interactions with Icypeas and Google Sheets.

Problem Solved

This workflow addresses the challenge of manually searching for domain information across multiple companies. By automating the process of retrieving company data from Google Sheets and performing bulk searches through the Icypeas API, users can save significant time and reduce errors associated with manual data entry.

Workflow Steps

  • Manual Trigger: The workflow begins when the user clicks on the Execute Workflow button.
    2. Read Google Sheets: The workflow reads the company names from a specified Google Sheet, pulling the relevant data for processing.
    3. Authenticate with Icypeas: The workflow generates an authentication signature using the user's API credentials (API Key, API Secret, User ID) to securely access the Icypeas API.
    4. Run Bulk Search: The workflow sends a POST request to the Icypeas API with the necessary parameters to perform a bulk domain search based on the company data retrieved from the Google Sheet.
    5. Results Handling: The results of the domain search will be available in the Icypeas application and sent via email, allowing users to review the outcomes of their scans efficiently.
  • Customization Guide

    To customize this workflow:
    - API Credentials: Replace PUT_API_KEY_HERE, PUT_API_SECRET_HERE, and PUT_USER_ID_HERE in the Authenticates to your Icypeas account node with your actual Icypeas credentials.
    - Google Sheet Configuration: Ensure your Google Sheet is set up correctly, with the first column labeled company, and update the documentId and sheetName parameters in the Reads lastname,firstname and company from your sheet node.
    - Adjust Request Parameters: Modify the parameters in the Run bulk search (domain-search) node to tailor the search criteria according to your needs. You can change the task, name, and any other relevant fields as necessary.