Use an API key with the scope payments/coupons.readonly to securely access coupon data. For broader write capabilities, additional scopes are required and credentials should be kept secure and rotated regularly.
Authenticate with RentCheck API credentials to access product and coupon endpoints. Store keys securely and avoid embedding them in public code.
– GET /payments/coupon – GET /payments/coupon/list – payments/coupons.write (write capability) – POST /payments/coupon – PUT /payments/coupon – DEL /payments/coupon – products.readonly – GET /products/ – GET /products/:productId – products.write – POST /products/ – PUT /products/:productId – DELETE /products/:productId
Trigger: a new or updated coupon in GHL triggers a corresponding coupon record in RentCheck.
Actions: create or update the coupon in RentCheck; map fields like coupon_id, code, amount, and expiry.
GET /payments/coupon (trigger path for read operations; creation use POST /payments/coupon).
coupon_id, code, amount, currency, expiry_date
Trigger: a product is added or updated in RentCheck or GHL triggers a sync.
Actions: update product in the opposite system; ensure fields like productId, name, price, stock are mapped.
PUT /products/:productId (update) and GET /products/ (read/list).
productId, name, price, stock, category
Trigger: a checkout occurs in RentCheck.
Actions: attach product and coupon details to the checkout in GHL using endpoints like POST /payments/coupon and related product endpoints.
POST /payments/coupon
checkout_id, coupon_code, total_amount, currency
Automate data flows between systems without writing code, reducing manual entry and errors.
Centralize coupon and product data in one workflow, improving accuracy and consistency across platforms.
accelerate experimentation with new coupons and product variants using Zapier App Connector templates.
This section defines endpoints, triggers, actions, and field mappings used to synchronize data between GHL and RentCheck.
A specific URL path you call to read or update data from an API.
An event that starts an automation or workflow in your integration.
A data point within a request or response, such as coupon_id, productId, price, or stock.
Authentication method used to secure API access (e.g., API keys or OAuth tokens).
Automatically create, update, and retire coupons in RentCheck based on events in GHL to keep campaigns fresh without manual steps.
Keep product data synchronized across systems with scheduled pulls or event-driven updates for price, stock, and descriptions.
Attach rich product details to checkout flows to improve conversions and reduce returns.
Create an API key in RentCheck and grant necessary scopes for coupons and products. Save the key securely.
In GHL, select the endpoints to pull coupons and products and map fields to RentCheck equivalents.
Run test requests, verify data accuracy, and enable the Zapier App Connector for automated flows.
No coding is required to connect RentCheck with the GHL API. The Zapier App Connector handles the data flow, triggers, and actions through a visual workflow. You can set up read-only coupon views or write-enabled operations depending on your plan and scopes. If you need more complex logic, you can augment with simple webhooks or filters within Zapier without touching code.
Yes. Depending on your API key scope, you can read coupons and, with appropriate permissions, create or update coupons in RentCheck. The read scope ensures you can pull coupon data, while write-enabled scopes let you push updates back to the stores.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers