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
Any - body of the result.
HttpPost
HubspotSyncUser
ZohoListSubscriptions
ZohoListInvoices
ZohoListCustomers
ZohoGetInvoice
ZohoTransactions
ZohoGetPayment
ZohoGetRefund
ZohoGetCredit
ZohoCreateCoupon
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.