CreateContentTagsJob
Creates a job that performs one of the supported actions as a batch operation. Supported actions are delete and merge.
Stored Procedure Specific Information
Zendesk allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison. Allowed for Guide managers. For example:
To delete multiple content tags:
EXECUTE CreateContentTagsJob Action = 'delete', Items = '01HCENGV56Y1PSN4WSVJBDAV6F; 01HCEMHJMD340GHDQVSXXEVT2J'
To merge multiple tags to a single tag. You can merge content tags if you want to combine duplicate or related tags into a single tag without losing track of the content associated with each tag.
EXECUTE CreateContentTagsJob Action = 'merge', Items = '01HCENGV56Y1PSN4WSVJBDAV6F; 01HCEMHJMD340GHDQVSXXEVT2J', TargetContentTagId = '01HCENY64PNAWHT10SC3YF0GDM'
Input
Name | Type | Required | Description |
Action | String | True | The name of the Action i.e. either delete or merge.
使用できる値は次のとおりです。delete, merge |
Items | String | True | The semi-colon separated value of content tag Ids. |
TargetContentTagId | String | False | The Target ContentTag Id to which you want to merge the tags. It is only required for the merge action. |
Result Set Columns
Name | Type | Description |
Success | String | True if the the job is created successfully. |