Update GetResponse Contacts Based on Campaign Name

somdn_product_page

This n8n workflow automates the process of retrieving all contacts from GetResponse and conditionally updating their campaign ID if their current campaign name does not match ‘n8n’. The workflow is triggered manually, making it suitable for ad-hoc updates or administrative tasks.

The process begins with a manual trigger, allowing the user to initiate the workflow on demand. Once activated, the workflow fetches all contacts from GetResponse using the API, with the ‘getAll’ operation and set to return all contacts.

The retrieved contact data is then evaluated through an IF condition that checks if the campaign name associated with each contact is not equal to ‘n8n’. If this condition is met, the workflow proceeds to update the contact’s campaign ID to ‘WRVXO’ using the GetResponse API. If the contact’s campaign name is already ‘n8n’, the workflow performs no action on that contact and continues.

This workflow is useful for marketing teams or administrators who need to efficiently manage and standardize campaign assignments in their GetResponse contacts list, especially after importing contacts or making bulk updates.

It’s a flexible tool that can be easily modified to include additional conditions or update other contact fields as needed.

Node Count

0 – 5 Nodes

Nodes Used

getResponse, if, manualTrigger, noOp

Reviews

There are no reviews yet.

Be the first to review “Update GetResponse Contacts Based on Campaign Name”

Your email address will not be published. Required fields are marked *