# Integrations roadmap (/docs/integrations/roadmap)



<Callout type="warn">
  None of these integrations exist today. This page is here so partners
  can see what's on the radar instead of reading an empty stub page
  per tool. If one of these is blocking you, email
  [support@layers.com](mailto:support@layers.com) — we prioritize by demand.
</Callout>

## What's on the list [#whats-on-the-list]

| Tool        | What a partner would use it for                                                        | Interim workaround                                                                                              |
| ----------- | -------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| **Slack**   | Push content approval prompts, optimizer decisions, task alerts into a Slack workspace | Subscribe to [webhooks](/docs/integrations/webhooks) and forward via your own Slack app.                        |
| **Linear**  | Open Linear issues automatically when a generation fails or an ad is paused            | Same — consume webhook events and write to the Linear REST API.                                                 |
| **Jira**    | Same as Linear, but for Jira-based workflows                                           | Same — via webhooks.                                                                                            |
| **Notion**  | Mirror content plans, briefs, creator submissions into a Notion database               | Same — via webhooks + Notion REST API.                                                                          |
| **Zapier**  | General-purpose glue for non-technical users                                           | Zapier can consume a generic webhook trigger today; a first-class Layers Zapier app is planned.                 |
| **Shopify** | Automatically generate and schedule content when new products are published            | Watch the Shopify webhook, call [`POST /v1/projects/:id/ingest/*`](/docs/api/reference/projects/) on your side. |

## Why none of these ship by default [#why-none-of-these-ship-by-default]

Each is a small amount of code to build but a long support tail to maintain — OAuth rotations, versioned API changes on the other side, docs, and support load. We'd rather ship one well than six poorly. [Webhooks](/docs/integrations/webhooks) give you everything you need to glue Layers to anything today; the bespoke integrations land based on partner pull.

## See also [#see-also]

* [Webhooks](/docs/integrations/webhooks) — the generic event fan-out that sits underneath all of the above
* [Integrations overview](/docs/integrations) — what's shipped today
