Cross-Provider Workflow
Stripe Charge Dispute to Slack and SendGrid Alert
Version 1.0.0
Retrieve a disputed Stripe charge, alert Slack, then email the finance team with SendGrid.
Providers Orchestrated
Workflows
dispute-alert-fanout
Fetch a disputed Stripe charge, then alert Slack and email finance.
Retrieves a Stripe charge under dispute, posts a chargeback alert to a Slack channel, and emails the finance team a review notice via SendGrid.
1
get-charge
$sourceDescriptions.stripeApi.getChargesCharge
Retrieve the disputed Stripe charge.
2
post-slack-alert
$sourceDescriptions.slackApi.postChatPostmessage
Post a chargeback alert to the Slack channel.
3
email-finance
$sourceDescriptions.sendgridApi.SendMail
Email the finance team a dispute review notice via SendGrid.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.