Cross-Provider Workflow
Stripe Invoice to Slack Notification
Version 1.0.0
Create a Stripe invoice for a customer, then notify finance in Slack.
Providers Orchestrated
Workflows
invoice-and-notify
Create a Stripe invoice and post a Slack notification.
Creates a draft invoice for a customer in Stripe, then posts a notification to a finance Slack channel via chat.postMessage.
1
create-invoice
$sourceDescriptions.stripeInvoiceApi.postInvoices
Create a draft invoice for the customer.
2
notify-finance
$sourceDescriptions.slackChatApi.postChatPostmessage
Notify the finance team that a new invoice was created.
Source API Descriptions
openapi