Hi Team,
I want to build an automation using n8n with the following logic:
-
Whenever a new email is received where the “To” address is nxgsupport and the subject line is new or different, a new task should be created in ClickUp.
-
If another email is received where the “To” address is nxgsupport and the subject line is the same as an existing one, then that email should be treated as an update, and its content should be added as a comment to the already created ClickUp task instead of creating a new task.
I need guidance on the best approach or API usage in ClickUp to implement this logic reliably.
Looking forward to your support.