Salesforce Add Case Comment
Adds a comment to an existing case in Salesforce using the Salesforce REST API.
Adds a comment to an existing case in Salesforce
Action Inputs
| Name | Type | Description |
|---|---|---|
| Case ID | String | The Salesforce ID of the case to comment on |
| Comment Body | String | The text of the comment to add |
| Is Public | Boolean | Whether the comment should be visible to customers (true) or internal only (false) |
Action Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether the comment was added successfully |
Updated 27 days ago
