Add Zendesk Conversation Chat Tags
Add tags to a Zendesk Conversations chat
This action can be used to append tags to a Zendesk Chat conversation.
Inputs
| Input | Type | Description |
|---|---|---|
| Flow Environment | String | One of: dev, qa, eu or us |
| Flow Id | String | The flow linked to the Zendesk account key |
| Zendesk Chat Account Key | String | Your Zendesk Chat account key. See here |
| Channel Id | String | The Zendesk conversation channel id. You can use the external_id field from the DG conversation object from the flow inputs. |
| Tags | Array[String] | The tags to add. Example: ["tag0", "tag1"] |
Outputs
| Output | Type | Description |
|---|---|---|
| Response status Code | Number | The HTTP status code. Examples: 200, 404 |
| Response Status Text | String | The HTTP status text. Examples: OK, Not Found |
| Response Headers | Object | The HTTP response headers as a JSONβkey/value pairs. |
| Response Body | Object | The HTTP response message JSON body. |
| Action Status | String. success or failure | Whether the action has succeeded or not. |
Updated almost 2 years ago
