Currently, if a task is created by send an email to the list email address, the original sender email address is being added to the description and the task creator email address is changed to a CU user.
If I want to build a automatic reply, or if I want to easily reply to an email, I would need to copy the email address first.
We need to be able to utilize the original email address in automations, custom fields and in ClickUp email.
The data already has this but we can only utilize it if we use the API:
"data": {
"via": "email",
"trace_id": "########",
"subcategory_id": "#########,
"created_by_email": "example@hotmail.com"
},