Coupon Code Addon API calls with HTTP modules

Hi, I’m setting up a Make.com automation that, when triggered, will create a Gravity Forms Coupon Code using the GF Coupon Code Add-On. The coupon needs to be dynamically generated and include an expiration date at the time of creation.

Since Make.com doesn’t have a built-in module for the GF Coupon Code Add-On, is it possible to create the coupon using the generic HTTP module by making an API request to Gravity Forms? If so, could you provide guidance on the API endpoint and request format needed?

Thanks!

Coupons are stored in the database as feeds, so you can use the REST API v2 endpoint for adding a feed: Managing Add-On Feeds with REST API v2 - Gravity Forms Documentation

See the following page of the documentation for the properties supported by the Coupon feed meta: Coupons Feed Meta - Gravity Forms Documentation

Thank you! Got it working.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.