Layers

Integrations roadmap

Integrations we've heard partners ask for that aren't built yet. Contact us if one of these is blocking you — we prioritize by demand.

View as Markdown

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 — we prioritize by demand.

What's on the list

ToolWhat a partner would use it forInterim workaround
SlackPush content approval prompts, optimizer decisions, task alerts into a Slack workspaceSubscribe to webhooks and forward via your own Slack app.
LinearOpen Linear issues automatically when a generation fails or an ad is pausedSame — consume webhook events and write to the Linear REST API.
JiraSame as Linear, but for Jira-based workflowsSame — via webhooks.
NotionMirror content plans, briefs, creator submissions into a Notion databaseSame — via webhooks + Notion REST API.
ZapierGeneral-purpose glue for non-technical usersZapier can consume a generic webhook trigger today; a first-class Layers Zapier app is planned.
ShopifyAutomatically generate and schedule content when new products are publishedWatch the Shopify webhook, call POST /v1/projects/:id/ingest/* on your side.

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 give you everything you need to glue Layers to anything today; the bespoke integrations land based on partner pull.

See also

On this page