TaskSnooze
Snooze the task.
Stored Procedure Specific Information
Outreach allows only a small subset of columns to be used in the EXEC query. These columns can typically be used with only = comparison.
For example:
EXECUTE TaskSnooze Id = 1
Input
Name | Type | Required | Description |
Id | Integer | True | ID of the profile. |
DueAt | Date | False | The new time for the task to be due. |
MarkAsUrgent | Boolean | False | Whether to mark the task as urgent or not. |
Result Set Columns
Name | Type | Description |
Status | String | Execution status of the stored procedure. |