Freshchat Update Conversation Status
Update the status of a conversation
What it does
- Takes 3 inputs and produces 1 outputs.
Inputs
| Name | Type | Description |
|---|---|---|
| API Token | String (sensitive) | Freshchat API token |
| Conversation ID | String | Freshchat conversation id |
| Status | String | Freshchat status to be updated One of: new, resolved, reopened, assigned |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether the conversation was successfully updated |