Cross-Provider Workflow
Provision RDS Instance with Email Notice
Version 1.0.0
Create an Amazon RDS database instance, then email the team via SendGrid.
Providers Orchestrated
Workflows
provision-instance-email
Create an RDS instance and email a provisioning notice.
Creates a new Amazon RDS DB instance, then emails an infrastructure team a provisioning confirmation via SendGrid Mail Send.
1
create-instance
$sourceDescriptions.amazonRdsApi.createDBInstance
Create a new Amazon RDS database instance.
2
email-team
$sourceDescriptions.sendgridApi.SendMail
Email the infrastructure team the provisioning notice.
Source API Descriptions
openapi