You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While we build our official integrations, we want to create examples of how to create jobs which use other APIs with Trigger.dev. This reference will be used in the app on any service we don’t have an integration for yet.
Details:
In this example, you will build a simple job which uses the Square API. This will replace the GitHub example we currently have in the app:
You must test this Job works before submitting your PR, including a screenshot of a successful run. This may involve you having to setup accounts with services.
The text was updated successfully, but these errors were encountered:
Overview:
While we build our official integrations, we want to create examples of how to create jobs which use other APIs with Trigger.dev. This reference will be used in the app on any service we don’t have an integration for yet.
Details:
In this example, you will build a simple job which uses the Square API. This will replace the GitHub example we currently have in the app:
Requirements:
Guidelines:
eventTrigger
.zod
to define the payloads.io.backgroundFetch()
where absolutely necessaryio.runTask()
callback - initialise clients and auth in global scope if possible
Required Structure:
4. You must add the Express specific lines to the bottom of the Job file:
5. You must add the new script to the package.json file, in this format:
Important
You must test this Job works before submitting your PR, including a screenshot of a successful run. This may involve you having to setup accounts with services.
The text was updated successfully, but these errors were encountered: