Continuously Sync Activities (Timeline item E&A) with Items in the Activities Board

My Team would like to us activities in E&A to generate and track tasks in the emails and activities boards. With the automation, it is possible to generate an item in the activities board but for every activity created in the “emails and activity” section. Unfortunately, the item and the activity get out of sync if the user changes either one of them.

I would like to implement a make.com scenario to continuously sync the item in the activity board and the activity. I run in the following difficulties.

  1. Unfortunately, it seems not possible to read or change any activity made by the user. Only activities made by the API can be read and deleted (if the id was saved). Is there any way to get access to the activities written by the user?

  2. An Activity generated by the API can not be changed by the user. Is there a workaround for that?

So what a can implement at the moment is a one way sync, between newly generated Items in the activities board and their coresponding activity. If the Item is generated my scenario is generating an activity and if the item is changed my scenario is deleting the coresponding activity and generates a new one with the update values.

I am not happy with this solution because, the emails and activites section can not be used to generate or change activities otherwiese, the items will not be syncronised.

Does anybody have a better solution?

Hello there @Amarin,

Regarding your points:

  1. That is correct. You can not modify or read activities made by users directly. Only the ones you create via API. No way to get the ones from the users via API for now.
  2. There is no workaround for that as of today. It might be supported in the future but there is no ETA for now.

I am not sure about a workaround for what you need specifically but wanted to confirm those points :smile:

Cheers,
Matias

1 Like