Cross-Provider Workflow
Treblle API Problem Request to SendGrid Email
Version 1.0.0
Inspect failing Treblle requests, pull one's detail, and email an alert via SendGrid.
Providers Orchestrated
Workflows
api-problem-email-alert
List Treblle requests, get one's detail, and email an alert via SendGrid.
Lists captured requests for a Treblle project, retrieves the detail of a problematic request, and emails an alert to the on-call engineer through SendGrid.
1
list-requests
$sourceDescriptions.treblleApi.listRequests
List captured requests for the Treblle project.
2
get-request
$sourceDescriptions.treblleApi.getRequest
Retrieve the detail of the problematic request.
3
email-alert
$sourceDescriptions.sendgridMailApi.SendMail
Email an API problem alert to the on-call engineer via SendGrid.
Source API Descriptions
openapi