What this workflow does
This workflow helps you manage email contacts in Automizy automatically. It creates a new email list, adds a contact, updates the contact with tags, and then gets all contacts from the list. It solves the problem of doing these tasks by hand, which takes time and can cause mistakes.
You get a fresh list with the right contacts added and tagged correctly. Then, you can see all contacts in that list without doing extra work.
Tools and services used
- Automizy: For creating email lists, adding, updating, and fetching contacts.
- n8n: Automation platform to run the workflow and connect all steps.
Workflow inputs, processing steps, and output
Inputs
- Trigger to start the workflow manually inside n8n.
- Email address for the contact to add.
- List name to create in Automizy.
Processing steps
- Create a new email list in Automizy and get the list ID.
- Add a new contact to the list using the email and active status.
- Update the contact by adding tags like “reviewer”.
- Fetch all contacts from the created list using the list ID.
Output
The workflow returns the full list of contacts inside Automizy for your review or next actions.
Beginner step-by-step: How to use this workflow in n8n for production
Import the workflow
- Download the provided workflow file using the Download button on this page.
- Open your n8n editor and select “Import from File” to add the workflow.
Configure the workflow
- Set up the required Automizy API credentials inside n8n under the credentials section.
- Update values like list names, email addresses, or tags inside the nodes if you want different data.
Test and activate
- Run the workflow once manually by clicking the execute button to confirm it works as expected.
- If tests pass, switch the workflow from inactive to active to enable it for production.
- Optionally, connect other triggers like webhooks or scheduled intervals for automatic runs.
For users who want control over infrastructure, consider self-host n8n options.
Customization ideas
- Change the email address dynamically to add different contacts.
- Modify contact tags such as adding or removing “reviewer” based on campaigns.
- Update the list name to create unique lists per usage or segment.
- Limit contacts fetched by setting “returnAll” to false and choosing a number to get only part of contacts.
Edge cases and failures
- 401 Unauthorized error: Check API Key is correct and active; regenerate if expired.
- Missing list ID error: Make sure the list creation node runs successfully before next nodes.
- Contact update fails: Confirm email and tags are set properly in update node fields.
Pre-production checklist
- Verify Automizy API credentials permissions.
- Test manual runs to confirm nodes work without errors.
- Check Automizy dashboard displays the new list and contacts.
- Confirm contacts have correct tags.
- Backup workflow JSON before major changes.
Deployment guide
Turn on the workflow in n8n to start using it.
Use manual triggers or add webhooks or schedules to automate fully.
Watch execution logs in n8n for errors or success messages.
Update API keys or node parameters if Automizy setup changes.
Summary
✓ Saves time by automating list and contact tasks.
✓ Reduces mistakes like duplicates and missing tags.
→ Creates a new list, adds and tags contacts automatically.
→ Returns all contacts in the new list for further use.
