b38961205a
WhatsApp integration
201 lines
5.3 KiB
JSON
201 lines
5.3 KiB
JSON
{
|
|
"name": "Trigger.dev",
|
|
"logo": {
|
|
"dark": "/logo/light.png",
|
|
"light": "/logo/light.png",
|
|
"href": "https://app.trigger.dev"
|
|
},
|
|
"favicon": "/images/favicon.png",
|
|
"colors": {
|
|
"primary": "#0fd122",
|
|
"light": "#41FF54",
|
|
"dark": "#632CCC",
|
|
"anchors": {
|
|
"from": "#069613",
|
|
"to": "#0fd122"
|
|
}
|
|
},
|
|
"backgroundImage": "/images/docs-background.png",
|
|
"modeToggle": {
|
|
"default": "dark",
|
|
"isHidden": true
|
|
},
|
|
"topbarLinks": [
|
|
{
|
|
"name": "Login",
|
|
"url": "https://app.trigger.dev"
|
|
},
|
|
{
|
|
"name": "Sign up",
|
|
"url": "https://app.trigger.dev"
|
|
}
|
|
],
|
|
"topbarCtaButton": {
|
|
"type": "github",
|
|
"url": "https://github.com/triggerdotdev/trigger.dev"
|
|
},
|
|
"anchors": [
|
|
{
|
|
"name": "Community",
|
|
"icon": "discord",
|
|
"url": "https://discord.gg/nkqV9xBYWy"
|
|
},
|
|
{
|
|
"name": "GitHub",
|
|
"icon": "github",
|
|
"url": "https://github.com/triggerdotdev/trigger.dev"
|
|
}
|
|
],
|
|
"navigation": [
|
|
{
|
|
"group": "Getting Started",
|
|
"pages": ["welcome", "getting-started", "get-help", "viewing-runs"]
|
|
},
|
|
{
|
|
"group": "Example workflows",
|
|
"pages": [
|
|
"examples/examples",
|
|
"examples/github",
|
|
"examples/shopify",
|
|
"examples/slack",
|
|
"examples/resend",
|
|
"examples/whatsapp"
|
|
]
|
|
},
|
|
{
|
|
"group": "Triggers",
|
|
"pages": [
|
|
"triggers/webhooks",
|
|
"triggers/custom-events",
|
|
"triggers/scheduled"
|
|
]
|
|
},
|
|
{
|
|
"group": "Integrations",
|
|
"pages": [
|
|
{
|
|
"group": "APIs",
|
|
"pages": [
|
|
{
|
|
"group": "GitHub",
|
|
"pages": [
|
|
{
|
|
"group": "Events",
|
|
"pages": [
|
|
"integrations/apis/github/events/issue-comments",
|
|
"integrations/apis/github/events/issues",
|
|
"integrations/apis/github/events/new-star",
|
|
"integrations/apis/github/events/pull-request-comments",
|
|
"integrations/apis/github/events/pull-request-reviews",
|
|
"integrations/apis/github/events/pull-requests",
|
|
"integrations/apis/github/events/push"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Slack",
|
|
"pages": ["integrations/apis/slack/actions/post-message"]
|
|
},
|
|
{
|
|
"group": "Resend.com",
|
|
"pages": ["integrations/apis/resend/actions/send-email"]
|
|
},
|
|
{
|
|
"group": "WhatsApp",
|
|
"pages": [
|
|
"integrations/apis/whatsapp/index",
|
|
{
|
|
"group": "Events",
|
|
"pages": ["integrations/apis/whatsapp/events/message"]
|
|
},
|
|
{
|
|
"group": "Actions",
|
|
"pages": [
|
|
"integrations/apis/whatsapp/actions/text-message",
|
|
"integrations/apis/whatsapp/actions/reaction-message",
|
|
"integrations/apis/whatsapp/actions/audio-message",
|
|
"integrations/apis/whatsapp/actions/video-message",
|
|
"integrations/apis/whatsapp/actions/document-message",
|
|
"integrations/apis/whatsapp/actions/sticker-message",
|
|
"integrations/apis/whatsapp/actions/template-message",
|
|
"integrations/apis/whatsapp/actions/location-message",
|
|
"integrations/apis/whatsapp/actions/contacts-message"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"integrations/authentication"
|
|
]
|
|
},
|
|
{
|
|
"group": "Functions",
|
|
"pages": [
|
|
"functions/fetch",
|
|
"functions/logging",
|
|
"functions/delays",
|
|
"functions/send-event",
|
|
"functions/loops-conditionals-etc"
|
|
]
|
|
},
|
|
{
|
|
"group": "Guides",
|
|
"pages": [
|
|
"guides/resumability",
|
|
"guides/event-filters",
|
|
"guides/zod",
|
|
"guides/event-driven"
|
|
]
|
|
},
|
|
{
|
|
"group": "SDK Reference",
|
|
"pages": [
|
|
"reference/trigger",
|
|
"reference/custom-event",
|
|
"reference/webhook-event",
|
|
"reference/schedule-event",
|
|
"reference/send-event"
|
|
]
|
|
},
|
|
{
|
|
"group": "API Reference",
|
|
"pages": ["api/events/sendEvent"]
|
|
},
|
|
{
|
|
"group": "Webhook Catalog",
|
|
"pages": [
|
|
{
|
|
"group": "GitHub",
|
|
"pages": [
|
|
"integrations/apis/github/events/push",
|
|
"integrations/apis/github/events/issues",
|
|
"integrations/apis/github/events/issue-comments",
|
|
"integrations/apis/github/events/pull-requests",
|
|
"integrations/apis/github/events/pull-request-reviews",
|
|
"integrations/apis/github/events/pull-request-comments",
|
|
"integrations/apis/github/events/new-star"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"footerSocials": {
|
|
"twitter": "https://twitter.com/triggerdotdev",
|
|
"github": "https://github.com/triggerdotdev/trigger.dev",
|
|
"discord": "https://discord.gg/nkqV9xBYWy"
|
|
},
|
|
"api": {
|
|
"auth": {
|
|
"method": "bearer"
|
|
}
|
|
},
|
|
"analytics": {
|
|
"posthog": {
|
|
"apiKey": "phc_cU8Ow5tDcy9alp09yWYpad98CHafOsfsXK3HzLM6uy0"
|
|
}
|
|
}
|
|
}
|
|
|