Cross-Provider Workflow
Payment to Receipt Email and Slack Notice
Version 1.0.0
Charge with Stripe, email a SendGrid receipt, then notify finance in Slack.
Providers Orchestrated
Workflows
charge-receipt-notify
Charge a customer, email a receipt, and notify Slack.
Creates and confirms a PaymentIntent in Stripe, emails the customer a receipt via SendGrid, and posts a notification to a finance Slack channel.
1
create-payment
$sourceDescriptions.stripeApi.postPaymentIntents
Create and confirm a PaymentIntent for the customer's order.
2
email-receipt
$sourceDescriptions.sendgridApi.SendMail
Email the customer a receipt via SendGrid Mail Send.
3
notify-finance
$sourceDescriptions.slackChatApi.postChatPostmessage
Notify the finance team that a payment was received.
Source API Descriptions
openapi
openapi