Complete task
The Salesforce complete task action marks an existing Task record as completed in Salesforce. This is a write action that updates the task status to "Completed" and optionally appends completion notes to the task description.
Prerequisites
-
Your Salesforce org must be connected as a data source in Glean, and an admin must enable the Salesforce action pack and complete Salesforce Actions Setup including OAuth configuration.
-
Users must authenticate for Salesforce actions on first use.
-
The authenticated Salesforce user must have permission to edit Task records based on your organization's sharing rules.
Supported parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Task ID | String | Yes | Salesforce ID of the task to mark as completed (e.g., "00T5g00007ABCDEFUA2"). |
| Completion notes | String | No | Optional notes about the task completion; appended to the existing task description. |
Usage examples
-
"Mark task 00T5g00007ABCDEFUA2 as completed with notes 'Spoke with prospect, confirmed needs, scheduled demo for next Tuesday'."
-
"Complete the follow-up call task and add the summary 'Customer satisfied with resolution'."
-
"Close out my sales outreach task with completion notes 'Left voicemail, will try again tomorrow'."