Cross-Provider Workflow
Stripe Subscription to SendGrid Welcome Email
Version 1.0.0
Create a Stripe subscription, then send a welcome email with SendGrid.
Providers Orchestrated
Workflows
subscription-welcome
Create a Stripe subscription, then email a SendGrid welcome.
Creates a subscription for a customer in Stripe and, on an active status, sends a welcome email via SendGrid.
1
create-subscription
$sourceDescriptions.stripeApi.PostSubscriptions
Create a recurring subscription in Stripe.
2
welcome-email
$sourceDescriptions.sendgridApi.SendMail
Send a welcome email to the new subscriber via SendGrid.
Source API Descriptions
openapi