Skip to content

Integrations

Integrating with other systems.

HttpGet

Perform an HTTP get operation and return the results.

core.HttpGet({uri="https://.."})
  • Object
    • uri:String address of the resource
    • user basic realm auth
    • password basic realm auth
    • headers map with http header data

Any - body of the result.

HttpPost

core.HttpPost({uri="https://.."})
  • Object
    • uri:String address of the resource
    • user basic realm auth
    • password basic realm auth
    • headers map with http header data
    • body Lua map that will be sent as JSON or encoded form
    • postBody json | form

Any - body of the result.

ZohoGetCoupon

Perform an HTTP get operation and return the results.

core.ZohoCreateCoupon({})
  • Object
    • org org id
    • key zoho key
    • data parameters per Zoho docs
      • coupon_code
      • name
      • description (optional)
      • type: one_time | duration | forever
      • duration
      • discount_by: flat | percentage
      • discount_value
      • product_id
      • expiry_at
      • apply_to_plans: all | none | select
      • plans

Any - body of the result.

ZohoListCoupons

ProcessLocation

HubspotSyncUser

ZohoListSubscriptions

ZohoListInvoices

ZohoListCustomers

ZohoGetInvoice

ZohoTransactions

ZohoGetPayment

ZohoGetRefund

ZohoGetCredit

ZohoCreateCoupon