Zapier & n8n
Last updated 1 day ago
Zapier & n8n
Connect Liza to thousands of apps via REST hooks — in both directions:
- Triggers (Liza → external): REST hooks fire on Liza events (
list_item.created,block.created,notification.created). - Actions (external → Liza): create or update data in Liza via the Public API, e.g.
POST /v1/messagesorPOST /v1/list-items.
Setup
- Create a Liza API token (Settings → Personal → Liza access).
- In Zapier or n8n, subscribe a hook to an event — see Zapier (REST).
- The other way round: to receive in Liza, choose "Add integration" → Zapier or n8n in the client. You get a webhook URL whose payload lands as a block in the chat of the list or item.
n8n uses the same generic outbound trigger and inbound action mechanics as Zapier — an HTTP Request or Webhook node is enough in an n8n workflow.
For payload format, delivery and cleanup see Webhooks.