trigger.dev icon indicating copy to clipboard operation
trigger.dev copied to clipboard

Trigger.dev – build and deploy fully‑managed AI agents and workflows

Results 316 trigger.dev issues
Sort by recently updated
recently updated
newest added

When creating an integration inside the Trigger.dev monorepo (this repo) you need to add some paths to the tsconfig. Like this: [https://github.com/triggerdotdev/trigger.dev/blob/main/integrations/resend/tsconfig.json](https://github.com/triggerdotdev/trigger.dev/blob/main/integrations/resend/tsconfig.json) We should add this to our docs page:...

documentation
area/integrations

## Overview: Update the [Linear integration documentation](https://trigger.dev/docs/integrations/apis/linear) so it is much easier to use as a reference. We have just overhauled our [GitHub documentation](https://trigger.dev/docs/integrations/apis/github) and would like all of the...

documentation
area/docs

Hello to the Trigger.dev team! I'm Agathe Brusset, project manager of MailerSend, a solution to send transactional emails, SMS and verify emails addresses. We would love to connect MailerSend to...

We have a SvelteKit package (@trigger.dev/sveltekit) which allows you to use Trigger.dev easily with SvelteKit. We want to add a Svelte package (@trigger.dev/svelte) that adds hooks that can be used...

enhancement
area/integrations
area/docs
linear

**_Please make sure to use Typescript for all code_** ### Task 1 - SolidStart Adaptor - [ ] Create a new folder in `packages` called `solidstart` - [ ] Create...

enhancement
area/integrations
area/docs

Vercel have webhook events that we could be exposed through a `@trigger.dev/vercel` integration: [https://vercel.com/docs/observability/webhooks-overview/webhooks-api](https://vercel.com/docs/observability/webhooks-overview/webhooks-api) They also have an API for registering webhooks that we can use: [https://vercel.com/docs/rest-api/endpoints#webhooks](https://vercel.com/docs/rest-api/endpoints#webhooks) # Useful docs/code...

enhancement
area/integrations

The `remix-development-tools` package adds a lot of really useful tools for debugging Remix apps. ## Solution * Install the package: [https://github.com/Code-Forge-Net/Remix-Dev-Tools/tree/v3.0.0#getting-started](https://github.com/Code-Forge-Net/Remix-Dev-Tools/tree/v3.0.0#getting-started) * The standard installation method should work, this is...

enhancement
area/integrations

We currently only have a small amount of documentation for task callbacks in the [io.runTask()](https://trigger.dev/docs/sdk/io/runtask) docs but it would be great to flesh out the documentation in more detail, especially...

documentation
area/docs

## Problem We add the `@trigger.dev/react` package when you run `npx @trigger.dev/cli@latest init` in a Next.js project. The Next.js pages directory has a known issue with ESM modules. We currently...

area/clients

## What is it? Sometimes you only want a Task to run once across your entire Project/Job. One example is sending non-recurring emails. This should only ever happen exactly once....

enhancement
area/integrations
area/server