Integrations
Integrating with other systems.
HttpGet
Perform an HTTP get operation and return the results.
core.HttpGet({uri="https://.."})
- Object
uri:Stringaddress of the resourceuserbasic realm authpasswordbasic realm authheadersmap with http header data
Any - body of the result.
HttpPost
core.HttpPost({uri="https://.."})
- Object
uri:Stringaddress of the resourceuserbasic realm authpasswordbasic realm authheadersmap with http header databodyLua map that will be sent as JSON or encoded formpostBodyjson | 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
orgorg idkeyzoho keydataparameters 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.