CreateActivity
Creates an activity. The creation of an activity marks the associated action as completed. Currently, only certain action types can have an activity explicitly created for them.
Input
| Name | Type | Required | Description |
| ActionId | Integer | False | The action that is being completed. An action with the specified Id must exist. The action must be of the type: 'integration'. |
| TaskId | Integer | False | The task that is being completed. A task with the specified Id must exist. The task must be of the type: 'integration'. |
Result Set Columns
| Name | Type | Description |
| UpdatedAt | Datetime | The time at which the Activity was last updated. |