Create an Integration
Publishing
Publishing an official integration package to the public registry.
These are the docs for Trigger.dev v2 which will be deprecated on January 31st, 2025. You probably want the v3 docs.
1. Check your integration
Ensure that you have done the following:
- Create the integrations in the
integrations
folder. - Created a file in the
references/job-catalog
folder with some example jobs. - Have exported types.
- Avoid using
any
types and@ts-ignore
comments. If there are any, please explain them in the PR.
2. Create a Pull Request
Create a Pull Request in the Trigger.dev repository.