WooCommerce connection for LinkyFlow
LinkyFlow brings WooCommerce ecommerce data into Excel so teams can browse, edit, validate, and publish from the spreadsheet.
Resources
36
Read requests
36
Write actions
55
Documented fields
218
Workflows you can move into Excel
Each resource below maps to a practical spreadsheet workflow. Read actions bring useful columns into Excel; create and edit actions show what can be reviewed in rows before sending changes.
Analytics
Coupon Totals
Coupon counts grouped by type.
Coupon Totals
Coupon counts grouped by type.
Route: GET /reportCouponsTotals
Excel formula: =LF.woocommerce.reportCouponsTotals("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
namedefault | string | — | - |
slugdefault | string | — | - |
totaldefault | number | — | - |
Customer Totals
Customer counts grouped by type.
Customer Totals
Customer counts grouped by type.
Route: GET /reportCustomersTotals
Excel formula: =LF.woocommerce.reportCustomersTotals("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
namedefault | string | — | - |
slugdefault | string | — | - |
totaldefault | number | — | - |
Order Totals
Order counts grouped by status.
Order Totals
Order counts grouped by status.
Route: GET /reportOrdersTotals
Excel formula: =LF.woocommerce.reportOrdersTotals("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
namedefault | string | — | - |
slugdefault | string | — | - |
totaldefault | number | — | - |
Product Totals
Product counts grouped by type.
Product Totals
Product counts grouped by type.
Route: GET /reportProductsTotals
Excel formula: =LF.woocommerce.reportProductsTotals("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
namedefault | string | — | - |
slugdefault | string | — | - |
totaldefault | number | — | - |
Review Totals
Review counts grouped by status.
Review Totals
Review counts grouped by status.
Route: GET /reportReviewsTotals
Excel formula: =LF.woocommerce.reportReviewsTotals("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
namedefault | string | — | - |
slugdefault | string | — | - |
totaldefault | number | — | - |
Sales Report
Summary sales report for a date range.
Sales Report
Summary sales report for a date range.
Route: GET /reportSales
Excel formula: =LF.woocommerce.reportSales("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
average_salesdefault | number | — | - |
net_revenuedefault | number | — | - |
total_customersdefault | number | — | - |
total_itemsdefault | number | — | - |
total_ordersdefault | number | — | - |
total_salesdefault | number | — | - |
Top Sellers
Top-selling products by quantity.
Top Sellers
Top-selling products by quantity.
Route: GET /reportTopSellers
Excel formula: =LF.woocommerce.reportTopSellers("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
namedefault | string | — | - |
product_iddefault | id | → products | - |
quantitydefault | number | — | - |
totaldefault | number | — | - |
Catalog
Attribute Terms
Terms (values) belonging to a product attribute.
Attribute Terms
Terms (values) belonging to a product attribute.
Route: GET /productAttributeTerms
Excel formula: =LF.woocommerce.productAttributeTerms("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
countdefault | number | — | - |
description | string | — | - |
iddefault | id | — | - |
menu_order | number | — | - |
namedefault | string | — | - |
slugdefault | string | — | - |
Create Term
Create Term
Route: POST /mutation/productAttributeTerms
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Term
Update Term
Route: PATCH /mutation/productAttributeTerms
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Term
Delete Term
Route: DELETE /mutation/productAttributeTerms
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Product Attributes
Global product attributes (color, size, etc.).
Product Attributes
Global product attributes (color, size, etc.).
Route: GET /productAttributes
Excel formula: =LF.woocommerce.productAttributes("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
has_archives | boolean | — | - |
iddefault | id | — | - |
namedefault | string | — | - |
order_by | enum | — | - |
slugdefault | string | — | - |
type | string | — | - |
Create Attribute
Create Attribute
Route: POST /mutation/productAttributes
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Attribute
Update Attribute
Route: PATCH /mutation/productAttributes
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Attribute
Delete Attribute
Route: DELETE /mutation/productAttributes
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Product Brands
Product brands in your store.
Product Brands
Product brands in your store.
Route: GET /brands
Excel formula: =LF.woocommerce.brands("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
countdefault | number | — | - |
description | string | — | - |
iddefault | id | — | - |
namedefault | string | — | - |
slugdefault | string | — | - |
Create Brand
Create Brand
Route: POST /mutation/brands
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Brand
Update Brand
Route: PATCH /mutation/brands
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Brand
Delete Brand
Route: DELETE /mutation/brands
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Product Categories
Product categories in your store.
Product Categories
Product categories in your store.
Route: GET /categories
Excel formula: =LF.woocommerce.categories("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
countdefault | number | — | - |
description | string | — | - |
iddefault | id | — | - |
namedefault | string | — | - |
parent | id | → categories | - |
slugdefault | string | — | - |
Create Category
Create Category
Route: POST /mutation/categories
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Category
Update Category
Route: PATCH /mutation/categories
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Category
Delete Category
Route: DELETE /mutation/categories
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Product Reviews
Customer reviews on products.
Product Reviews
Customer reviews on products.
Route: GET /productReviews
Excel formula: =LF.woocommerce.productReviews("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
date_createddefault | date | — | - |
iddefault | id | — | - |
product_iddefault | id | → products | - |
ratingdefault | number | — | - |
reviewdefault | string | — | - |
reviewerdefault | string | — | - |
statusdefault | string | — | - |
Create Review
Create Review
Route: POST /mutation/productReviews
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Review
Update Review
Route: PATCH /mutation/productReviews
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Review
Delete Review
Route: DELETE /mutation/productReviews
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Product Tags
Product tags in your store.
Product Tags
Product tags in your store.
Route: GET /tags
Excel formula: =LF.woocommerce.tags("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
countdefault | number | — | - |
description | string | — | - |
iddefault | id | — | - |
namedefault | string | — | - |
slugdefault | string | — | - |
Create Tag
Create Tag
Route: POST /mutation/tags
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Tag
Update Tag
Route: PATCH /mutation/tags
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Tag
Delete Tag
Route: DELETE /mutation/tags
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Product Variations
Variations (size, color, etc.) for variable products.
Product Variations
Variations (size, color, etc.) for variable products.
Route: GET /productVariations
Excel formula: =LF.woocommerce.productVariations("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
date_createddefault | date | — | - |
iddefault | id | — | - |
pricedefault | number | — | - |
skudefault | string | — | - |
statusdefault | string | — | - |
stock_quantitydefault | number | — | - |
stock_statusdefault | string | — | - |
Create Variation
Create Variation
Route: POST /mutation/productVariations
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Variation
Update Variation
Route: PATCH /mutation/productVariations
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Variation
Delete Variation
Route: DELETE /mutation/productVariations
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Products
Products in your WooCommerce store.
Used as filter by
Products
Products in your WooCommerce store.
Route: GET /products
Excel formula: =LF.woocommerce.products("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
date_createddefault | date | — | - |
iddefault | id | — | - |
namedefault | string | — | - |
pricedefault | number | — | - |
regular_pricedefault | number | — | - |
skudefault | string | — | - |
statusdefault | enum | — | - |
stock_quantitydefault | number | — | - |
stock_statusdefault | enum | — | - |
Create Product
Create Product
Route: POST /mutation/products
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Product
Update Product
Route: PATCH /mutation/products
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Product
Delete Product
Route: DELETE /mutation/products
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Shipping Classes
Product shipping classes.
Shipping Classes
Product shipping classes.
Route: GET /shippingClasses
Excel formula: =LF.woocommerce.shippingClasses("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
countdefault | number | — | - |
description | string | — | - |
iddefault | id | — | - |
namedefault | string | — | - |
slugdefault | string | — | - |
Create Shipping Class
Create Shipping Class
Route: POST /mutation/shippingClasses
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Shipping Class
Update Shipping Class
Route: PATCH /mutation/shippingClasses
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Shipping Class
Delete Shipping Class
Route: DELETE /mutation/shippingClasses
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Customers
Customers
Store customers.
Used as filter by
Customers
Store customers.
Route: GET /customers
Excel formula: =LF.woocommerce.customers("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
date_createddefault | date | — | - |
emaildefault | string | — | - |
first_namedefault | string | — | - |
iddefault | id | — | - |
last_namedefault | string | — | - |
orders_countdefault | number | — | - |
total_spentdefault | number | — | - |
Create Customer
Create Customer
Route: POST /mutation/customers
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Customer
Update Customer
Route: PATCH /mutation/customers
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Customer
Delete Customer
Route: DELETE /mutation/customers
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Marketing
Coupons
Discount coupons.
Coupons
Discount coupons.
Route: GET /coupons
Excel formula: =LF.woocommerce.coupons("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amountdefault | number | — | - |
codedefault | string | — | - |
date_createddefault | date | — | - |
date_expiresdefault | date | — | - |
discount_typedefault | enum | — | - |
iddefault | id | — | - |
usage_countdefault | number | — | - |
Create Coupon
Create Coupon
Route: POST /mutation/coupons
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Coupon
Update Coupon
Route: PATCH /mutation/coupons
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Coupon
Delete Coupon
Route: DELETE /mutation/coupons
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Sales
Order Notes
Notes attached to orders.
Order Notes
Notes attached to orders.
Route: GET /orderNotes
Excel formula: =LF.woocommerce.orderNotes("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
authordefault | string | — | - |
customer_notedefault | boolean | — | - |
date_createddefault | date | — | - |
iddefault | id | — | - |
notedefault | string | — | - |
Create Order Note
Create Order Note
Route: POST /mutation/orderNotes
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Order Note
Delete Order Note
Route: DELETE /mutation/orderNotes
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Order Statuses
Order statuses available in the store.
Order Statuses
Order statuses available in the store.
Route: GET /orderStatuses
Excel formula: =LF.woocommerce.orderStatuses("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
namedefault | string | — | - |
slugdefault | string | — | - |
Orders
Customer orders in your WooCommerce store.
Used as filter by
Orders
Customer orders in your WooCommerce store.
Route: GET /orders
Excel formula: =LF.woocommerce.orders("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
emaildefault | string | — | - |
first_namedefault | string | — | - |
last_namedefault | string | — | - |
customer_iddefault | id | → customers | - |
date_createddefault | date | — | - |
iddefault | id | — | - |
numberdefault | string | — | - |
statusdefault | string | — | - |
totaldefault | number | — | - |
Create Order
Create Order
Route: POST /mutation/orders
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Order
Update Order
Route: PATCH /mutation/orders
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Order
Delete Order
Route: DELETE /mutation/orders
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Refunds
Refunds applied to orders.
Refunds
Refunds applied to orders.
Route: GET /refunds
Excel formula: =LF.woocommerce.refunds("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amountdefault | number | — | - |
date_createddefault | date | — | - |
iddefault | id | — | - |
reasondefault | string | — | - |
refunded_by | id | — | - |
Create Refund
Create Refund
Route: POST /mutation/refunds
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Refund
Delete Refund
Route: DELETE /mutation/refunds
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Settings
Continents
Continents and the countries they contain.
Continents
Continents and the countries they contain.
Route: GET /dataContinents
Excel formula: =LF.woocommerce.dataContinents("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
codedefault | string | — | - |
namedefault | string | — | - |
Countries
Countries supported by the store.
Countries
Countries supported by the store.
Route: GET /dataCountries
Excel formula: =LF.woocommerce.dataCountries("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
codedefault | string | — | - |
namedefault | string | — | - |
Currencies
Currencies supported by the store.
Currencies
Currencies supported by the store.
Route: GET /dataCurrencies
Excel formula: =LF.woocommerce.dataCurrencies("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
codedefault | string | — | - |
namedefault | string | — | - |
symboldefault | string | — | - |
Payment Gateways
Configured payment gateways.
Payment Gateways
Configured payment gateways.
Route: GET /paymentGateways
Excel formula: =LF.woocommerce.paymentGateways("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
description | string | — | - |
enableddefault | boolean | — | - |
iddefault | id | — | - |
method_titledefault | string | — | - |
titledefault | string | — | - |
Update Payment Gateway
Update Payment Gateway
Route: PATCH /mutation/paymentGateways
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Settings Groups
Top-level groups of store settings.
Settings Groups
Top-level groups of store settings.
Route: GET /settingsGroups
Excel formula: =LF.woocommerce.settingsGroups("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
descriptiondefault | string | — | - |
iddefault | id | — | - |
labeldefault | string | — | - |
parent_id | string | — | - |
Settings Options
Individual settings within a group (e.g. general, products, tax).
Settings Options
Individual settings within a group (e.g. general, products, tax).
Route: GET /settingsOptions
Excel formula: =LF.woocommerce.settingsOptions("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
default | string | — | - |
description | string | — | - |
iddefault | id | — | - |
labeldefault | string | — | - |
type | string | — | - |
valuedefault | string | — | - |
Update Setting
Update Setting
Route: PATCH /mutation/settingsOptions
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Shipping Methods
Shipping methods available to assign to zones.
Shipping Methods
Shipping methods available to assign to zones.
Route: GET /shippingMethods
Excel formula: =LF.woocommerce.shippingMethods("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
descriptiondefault | string | — | - |
iddefault | id | — | - |
titledefault | string | — | - |
Shipping Zone Locations
Locations covered by a shipping zone.
Shipping Zone Locations
Locations covered by a shipping zone.
Route: GET /shippingZoneLocations
Excel formula: =LF.woocommerce.shippingZoneLocations("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
codedefault | string | — | - |
typedefault | string | — | - |
Shipping Zone Methods
Shipping methods assigned to a specific zone.
Shipping Zone Methods
Shipping methods assigned to a specific zone.
Route: GET /shippingZoneMethods
Excel formula: =LF.woocommerce.shippingZoneMethods("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
enableddefault | boolean | — | - |
instance_iddefault | id | — | - |
method_iddefault | string | — | - |
order | number | — | - |
titledefault | string | — | - |
Add Method to Zone
Add Method to Zone
Route: POST /mutation/shippingZoneMethods
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Remove Method from Zone
Remove Method from Zone
Route: DELETE /mutation/shippingZoneMethods
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Shipping Zones
Configured shipping zones.
Shipping Zones
Configured shipping zones.
Route: GET /shippingZones
Excel formula: =LF.woocommerce.shippingZones("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
iddefault | id | — | - |
namedefault | string | — | - |
order | number | — | - |
Create Shipping Zone
Create Shipping Zone
Route: POST /mutation/shippingZones
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Shipping Zone
Update Shipping Zone
Route: PATCH /mutation/shippingZones
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Shipping Zone
Delete Shipping Zone
Route: DELETE /mutation/shippingZones
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
System Status Tools
Maintenance tools (clear cache, regenerate, etc.).
System Status Tools
Maintenance tools (clear cache, regenerate, etc.).
Route: GET /systemStatusTools
Excel formula: =LF.woocommerce.systemStatusTools("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
actiondefault | string | — | - |
descriptiondefault | string | — | - |
iddefault | id | — | - |
namedefault | string | — | - |
Tax Classes
Tax classes configured in the store.
Tax Classes
Tax classes configured in the store.
Route: GET /taxClasses
Excel formula: =LF.woocommerce.taxClasses("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
namedefault | string | — | - |
slugdefault | string | — | - |
Create Tax Class
Create Tax Class
Route: POST /mutation/taxClasses
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Tax Class
Delete Tax Class
Route: DELETE /mutation/taxClasses
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Tax Rates
Tax rates configured in the store.
Tax Rates
Tax rates configured in the store.
Route: GET /taxRates
Excel formula: =LF.woocommerce.taxRates("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
class | string | — | - |
compound | boolean | — | - |
countrydefault | string | — | - |
iddefault | id | — | - |
namedefault | string | — | - |
ratedefault | string | — | - |
shipping | boolean | — | - |
statedefault | string | — | - |
Create Tax Rate
Create Tax Rate
Route: POST /mutation/taxRates
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Tax Rate
Update Tax Rate
Route: PATCH /mutation/taxRates
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Tax Rate
Delete Tax Rate
Route: DELETE /mutation/taxRates
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Webhooks
Webhooks configured in the store.
Webhooks
Webhooks configured in the store.
Route: GET /webhooks
Excel formula: =LF.woocommerce.webhooks("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
date_createddefault | date | — | - |
delivery_urldefault | string | — | - |
iddefault | id | — | - |
namedefault | string | — | - |
statusdefault | string | — | - |
topicdefault | string | — | - |
Create Webhook
Create Webhook
Route: POST /mutation/webhooks
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Update Webhook
Update Webhook
Route: PATCH /mutation/webhooks
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Delete Webhook
Delete Webhook
Route: DELETE /mutation/webhooks
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.