🚀
🚀
🚀
🚀
Shypyard Documentation
Search
⌃
K
🚀
🚀
🚀
🚀
Shypyard Documentation
Search
⌃
K
❓What is Shypyard?
🙏
Need bespoke integration?
Resources
Getting started
Task library
Core concepts
Task triggers
Task code
Task runs
App
Platform services
Observability (logging)
Shypyard SDK
auths
Shypyard API
Shypyard Email
Shypyard Trigger
Shypyard Files
Shypyard Database
Email SMTP
Shopify
AWS
SFTP
Mongodb
API Clients
Integration to apps
List of supported integrations
Interacting with Shopify
Techniques
Limitations
Changelog
Privacy Policy
Powered By
GitBook
Comment on page
Shypyard Trigger
Trigger other tasks
const
shypyard
=
libs
.
shypyard
.
get
();
await
shypyard
.
trigger
(
'xxxxx'
/* taskID*/
,
{
topic
:
'test'
,
data
:
{}})
Trigger same task
const
shypyard
=
libs
.
shypyard
.
get
();
await
shypyard
.
triggerSelf
({
topic
:
'test
,
data
:
{}})
Previous
Shypyard Email
Next
Shypyard Files
Last modified
2yr ago