Skip to content

crewAIInc/crewai-enterprise-trigger-payload-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CrewAI Enterprise Trigger Payload Samples

This repository contains examples of Trigger payloads to help you develop Automation Triggers check it out here. All data has been sanitized and replaced with safe, non-sensitive sample values for development and testing.

πŸ“ Repository Structure

gmail/
β”œβ”€β”€ new-email-payload-1.json      # Database connection error alert
β”œβ”€β”€ new-email-payload-2.json      # Performance warning alert
└── thread-updated-sample-1.json  # Deployment failure alert

πŸ“§ Sample Scenarios

New Email Payloads

new-email-payload-1.json - Database Connection Error

  • Scenario: Critical database connection pool exhaustion
  • Service: AlertService from payment gateway
  • Alert Level: Critical
  • Environment: Production
  • Key Features: Complete SMTP headers, authentication results, alert details

new-email-payload-2.json - Performance Warning

  • Scenario: High response times in user authentication endpoint
  • Service: MonitoringService from user API
  • Alert Level: Warning
  • Environment: Production
  • Key Features: Performance metrics, recommendations, SLA breach details

Thread Updated Payloads

thread-updated-sample-1.json - Deployment Failure

  • Scenario: Kubernetes pod startup failure during rolling update
  • Service: AlertService from API gateway
  • Alert Level: Critical
  • Environment: Production
  • Key Features: Deployment logs, rollback information, Kubernetes events

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published