Cross-Provider Workflow
Stripe Charge to Slack Alert and SendGrid Receipt
Version 1.0.0
Charge with Stripe, alert Slack ops, then email the customer a receipt.
Providers Orchestrated
Workflows
charge-alert-and-receipt
Charge in Stripe, alert Slack, then email a SendGrid receipt.
Creates a charge in Stripe, posts a sale alert to a Slack channel, and emails the customer a receipt via SendGrid.
1
create-charge
$sourceDescriptions.stripeApi.postCharges
Create a charge for the order in Stripe.
2
slack-alert
$sourceDescriptions.slackApi.postChatPostmessage
Post a sale alert into a Slack ops channel.
3
email-receipt
$sourceDescriptions.sendgridApi.SendMail
Email the customer a receipt via SendGrid Mail Send.
Source API Descriptions
openapi
openapi