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 resourceuser
basic realm authpassword
basic realm authheaders
map with http header data
Any - body of the result.
HttpPost
core.HttpPost({uri="https://.."})
- Object
uri:String
address of the resourceuser
basic realm authpassword
basic realm authheaders
map with http header databody
Lua map that will be sent as JSON or encoded formpostBody
json | form
Any - body of the result.
RunScript
LoadIntegrationAuth
RequestIntegrationToken
Oauth1Get
ArchiveIntegrationCallback
ListIntegrationCallbacks
ZohoGetCoupon
Perform an HTTP get operation and return the results.
core.ZohoCreateCoupon({})
- Object
org
org idkey
zoho keydata
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.