Integrations / Payments
Lemon Squeezy
Look up orders, customers and subscriptions, cancel subscriptions, and trigger workflows from Lemon Squeezy store events.
Tools
lemon_squeezy.list_orders
List orders, newest first, optionally by customer email or store. Order IDs are numbers, e.g. 1.
lemon_squeezy.get_order
Get an order by its numeric ID.
lemon_squeezy.list_customers
List customers, optionally by email or store. Customer IDs are numbers.
lemon_squeezy.list_subscriptions
List subscriptions, newest first, optionally by customer email, order, product or status. Subscription IDs are numbers.
lemon_squeezy.get_subscription
Get a subscription by its numeric ID, with its customer portal links.
lemon_squeezy.cancel_subscription writes
Cancel a subscription by its numeric ID. It stays active in a grace period until ends_at, then expires.
lemon_squeezy.api_get
Send a GET request to any Lemon Squeezy API path under https://api.lemonsqueezy.com/v1 and return the response. For endpoints the named tools don't cover.
lemon_squeezy.api_request writes
Send a POST, PUT, PATCH or DELETE request to any Lemon Squeezy API path under https://api.lemonsqueezy.com/v1.
Tick Allow raw writes on the connection to add api_request, which can send POST, PUT, PATCH and DELETE requests to any Lemon Squeezy API path.
Connect
- In Lemon Squeezy, open Settings → API and create an API key.
- Paste it on the connection.
- To trigger workflows, add a webhook under Settings → Webhooks with the URL shown on the connection page, choose the events you need, set a signing secret, and paste the same secret on the connection.
Credentials
Triggers
In Lemon Squeezy, go to Settings → Webhooks, add a webhook with this URL and the events your workflows use, set a signing secret, and paste the same secret on this connection.
Events
triggerkind: lemon_squeezy connection: lemon_squeezy events: [order_created] stores: [...] test_mode: [...]
Your next automation is one sentence away.
14-day free trial with $5 of built-in AI included. Cancel anytime.