Updating existing tasks with a task type
  • 1 minute read
  • Contributors

Updating existing tasks with a task type


Article summary

If you set up your Gong activities to be exported with a customized task type, you may want existing tasks to be updated with the correct task type so that reports include all tasks. Tasks are assigned a task type as follows:

Activity

Task type

Conference call

Meeting

Dialer call

Call

Email

Other

LinkedIn message

Other

Meeting invite

Meeting

To-do

Other

We recommend setting up custom task types for emails, LinkedIn messages and to-dos so that you can differentiate between them when generating reports. For details, see Configuring the task type for an activity. Existing tasks are not updated with the new task type. 

To update existing email tasks with the new task type: 

  1. In the ETL tool you use for Salesforce (for example, Data Loader, dataloader.io, workbench) run the following to retrieve a list of tasks generated for Gong emails:

    SELECT Id, Type, TaskSubtype FROM Task WHERE Subject LIKE '[Gong%' AND CallObject != '' 
    AND TaskSubtype = 'Email'
  2. Download as a .csv file.

  3. In the .csv file, change the value in the Type column to be the new task type you want email tasks to have. 

  4. In your ETL tool, update your Salesforce tasks with the new value in the .csv file.


Was this article helpful?

ESC

Eddy AI, a genAI helper, will scrub our help center to give you an answer that summarizes our content. Ask a question in plain language and let me do the rest.