Cross-Provider Workflow
Hyperbolic Draft Email to SendGrid Send
Version 1.0.0
Draft an email body with Hyperbolic, then send it through SendGrid.
Providers Orchestrated
Workflows
draft-and-send
Draft an email with Hyperbolic and send it via SendGrid.
Asks Hyperbolic to draft an email body from a brief, captures the drafted text, and sends it to the recipient through SendGrid.
1
draft-email
$sourceDescriptions.hyperbolicApi.createChatCompletion
Ask Hyperbolic to draft the email body from the brief.
2
send-email
$sourceDescriptions.sendgridApi.SendMail
Send the drafted email through SendGrid Mail Send.
Source API Descriptions
openapi