context.call
.
However, if you need to call the Resend endpoint to send emails (/emails
or /emails/batch
), you can leverage the type-safe method context.api.resend.call
method:
context.api.resend.call
is not yet available in
workflow-py. You can use context.call
instead to work with Resend. See our
Roadmap for feature parity plans and
Changelog for updates.