Actions53
- Customer Actions
- Invoicing Actions
- Contact Actions
- Opportunity Actions
- Outstanding Actions
- Parameters Actions
- Payments Api Actions
- Product Actions
- Promo Code Actions
- Quotes Actions
- Telco Actions
Overview
This node interacts with the Soliditech API to retrieve all promo codes. It allows users to filter promo codes by status and approval, and optionally simplify the output data by specifying a path to the desired property. This operation is useful for marketing teams or sales departments who need to manage and review available promo codes efficiently.
Use Case Examples
- Retrieve all active promo codes to display in a marketing campaign.
- Fetch promo codes that require approval for administrative review.
Properties
| Name | Meaning |
|---|---|
| Promo Code Status | Filter promo codes by their status, e.g., Active. |
| Promo Code Approval | Filter promo codes by their approval requirement, e.g., Required. |
| Simplify Output | Whether to simplify the output data to a specific property path. |
| Simplify Path | The path to the property in the response to return when simplifying output is enabled. |
Output
JSON
result- The main data property containing the list of promo codes or simplified output based on the simplify path.
Dependencies
- Requires an API key credential for Soliditech API authentication.
Troubleshooting
- Ensure the API key credential is correctly configured and has the necessary permissions to access promo code data.
- If the output is empty, verify that the filter parameters (Promo Code Status and Promo Code Approval) match existing promo codes in the system.
- Errors related to invalid JSON parameters indicate that the input JSON is malformed or not an object; ensure correct JSON formatting.
Links
- Soliditech Promo Code API Documentation - Official documentation for the promo code endpoints of the Soliditech API.
