Cross-Provider Workflow
Stripe Refund to Slack Alert
Version 1.0.0
Issue a Stripe refund, then post an alert to a Slack channel.
Providers Orchestrated
Workflows
refund-and-slack-alert
Create a Stripe refund, then post a Slack alert.
Creates a refund against a charge or payment intent in Stripe, then posts an operational alert into a Slack channel with the refund details.
1
create-refund
$sourceDescriptions.stripeApi.PostRefunds
Create a refund in Stripe for the given charge.
2
slack-alert
$sourceDescriptions.slackApi.postChatPostmessage
Post a refund alert into a Slack channel.
Source API Descriptions
openapi