chargent
Installation
SKILL.md
Chargent
Chargent is a payment processing and subscription management app built for Salesforce. It helps businesses manage recurring billing, process payments, and automate revenue collection directly within their Salesforce environment. It's primarily used by sales, finance, and operations teams who want to streamline their payment workflows.
Official docs: https://www.chargent.com/salesforce-payment-processing-documentation/
Chargent Overview
- Payment Request
- Payment Transaction
- Payment Console
- Log
- Object (Generic)
- Field
When to use which actions:
- Use the generic "Object" actions when you need to interact with objects other than Payment Requests, Payment Transactions, Payment Consoles or Logs. Specify the object type in the "object_name" parameter.
- Use "get_object_field" to retrieve the value of a specific field of an object. You need to specify the object's name, record ID, and the field's API name.
Related skills