Create, update, and get a subscriber using the e-goi node

Create, update, and retrieve subscribers on e-goi with a simple manual workflow. This automation allows you to efficiently manage subscriber information, ensuring accurate data updates and seamless integration with your marketing efforts.

7/8/2025
4 nodes
Simple
manualsimpleegoi
Categories:
Manual TriggeredSimple Workflow
Integrations:
Egoi

Target Audience

This workflow is ideal for:
- Marketing Professionals: Who need to manage subscriber lists effectively and keep them updated.
- Small Business Owners: Looking to automate their email marketing efforts with minimal technical knowledge.
- Customer Relationship Managers: Who want to ensure their contact information is accurate and up-to-date.
- Developers: Seeking to integrate e-goi with other applications using automation tools like n8n.

Problem Solved

This workflow addresses the challenge of managing subscriber information in e-goi by automating the process of:
- Creating a new subscriber with essential details like email and first name.
- Updating subscriber information to keep records accurate without manual intervention.
- Retrieving subscriber details to verify the updates and ensure data consistency.

Workflow Steps

  • Manual Trigger: The workflow starts when the user clicks 'execute', initiating the process.
    2. Create Subscriber: The workflow creates a new subscriber in e-goi with the email [email protected] and first name Nathan.
    3. Update Subscriber: After creation, it updates the first name of the newly created subscriber to Nat using the contact ID retrieved from the previous step.
    4. Get Subscriber: Finally, the workflow retrieves the updated subscriber details to confirm the changes made.
  • Customization Guide

    Users can customize this workflow by:
    - Modifying Subscriber Details: Change the email and first_name parameters in the create subscriber node to add different subscribers.
    - Updating Different Fields: Alter the updateFields in the update subscriber node to include additional fields such as last name or phone number.
    - Changing the List: Adjust the list parameter to add subscribers to different lists in e-goi as needed.
    - Adding More Steps: Integrate additional nodes for further actions, such as sending a welcome email after creating a subscriber.