# Working Activities

Not all activity logged in Salesforce is created equal. Gradient Works allows you to create named categories of activities based on specific criteria to use when analyzing account coverage so you can be sure you're only counting meaningful rep activity.

Salesforce provides two types of activities: tasks and events. Many organizations store task records for emails, calls or any other type of rep outreach. They also may log tasks for marketing activities like content downloads or email clicks. These might be distinguished by record type or some other fields. Similarly, they may log events for key meetings during the sales cycle.

For example, you might a category of activities called "Calls" that represents only tasks that are logged when reps dial. This will then be available as "Calls" in [Coverage Reports](https://docs.gradient.works/kb/analytics/account-coverage) and [Rep Reports](https://docs.gradient.works/kb/analytics/reps-report).

### Accessing working activities

To access working activities, click "Settings" in the left nav and open the "Working Activities" section of the "Settings" pane.

<figure><img src="https://2378295204-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUYXbv7c6RsZzQ00WCDTM%2Fuploads%2FYCNOW1PccvWiO39bzBvy%2FScreenshot%202025-07-29%20at%2010.02.56%E2%80%AFAM.png?alt=media&#x26;token=07aa26d8-82da-4814-b59c-dabffec7ae03" alt=""><figcaption></figcaption></figure>

To configure working activities, click "Configure Working Activities". This will open the "Configure Working Activities" dialog.

### Configuring working activities

<figure><img src="https://2378295204-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUYXbv7c6RsZzQ00WCDTM%2Fuploads%2Fgit-blob-29b8d6409f7b2256add2f538f29fafd4f814c910%2Fbb--account-coverage--working-activities-configure-dialog.png?alt=media" alt=""><figcaption><p>Configure Working Activities dialog</p></figcaption></figure>

If you have existing categories of working activities, they'll be listed in expandable sections. To create a new category of working activities, scroll to the bottom of the dialog and click "+ Add Activity".

{% hint style="warning" %}
Keep working activity categories mutually exclusive. If a task or event matches more than one category, coverage report numbers may not total as expected.
{% endhint %}

Each category has the following configuration:

* Activity Name - a unique name for the activity
* Activity Type - whether the activity is a Salesforce task or event
* Criteria - the conditions that the task or event must meet to be considered part of the category. The fields available differ depending on whether "Activity Type" is set to "Task" or "Event".

### Deleting working activities

To delete a category of working activities, click the trash can icon in the category header.

{% hint style="warning" %}
Currently you cannot delete a working activity category that's in use by existing account coverage reports.
{% endhint %}

### Working activities examples

Working activities provide a flexible way to define the activities that matter in your organization. Here are some example use cases:

* Calls - most auto-dialers and sales engagement platforms capture calls as tasks and even tag whether they were connected or not. Define specific categories for call types.
* Sequence emails - most sales engagement platforms provide information about the sequence or cadence that an automated email belongs to. Use that information to track emails auto-generated by a sequence vs ones sent by the rep individually.
* Inbound emails - most sales engagement platforms provide a flag to indicate whether an Email activity is inbound from the prospect or outbound. Specify your criteria to only match inbound emails to track which ones come from the prospect.
* Key meetings - If your organization tracks specific types of meetings as events during the sales process (e.g. Discovery Call, Demo, ROI Review), configure a category for each key meeting type and track them separately.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gradient.works/kb/analytics/working-activities.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
