Cross-Provider Workflow
Stripe Credit Note to SendGrid Notification
Version 1.0.0
Issue a Stripe credit note, then email the customer a refund notice via SendGrid.
Providers Orchestrated
Workflows
credit-note-and-notify
Issue a Stripe credit note, then email the customer a refund notice.
Creates a Stripe credit note against an invoice and emails the customer a credit notification via SendGrid.
1
create-credit-note
$sourceDescriptions.stripeCreditNotesApi.postCreditNotes
Issue a Stripe credit note against the invoice.
2
email-customer
$sourceDescriptions.sendgridApi.SendMail
Email the customer a credit notice via SendGrid.
Source API Descriptions
openapi