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

NameTypeDescription
Case IDStringThe Salesforce ID of the case to comment on
Comment BodyStringThe text of the comment to add
Is PublicBooleanWhether the comment should be visible to customers (true) or internal only (false)

Action Outputs

NameTypeDescription
SuccessBooleanWhether the comment was added successfully