Resend (Independent Publisher) (Preview)

The email service for developers. Build, test, and deliver transactional emails at scale.

This connector is available in the following products and regions:

Service Class Regions
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Automate Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Apps Premium All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Contact
Name Troy Taylor
URL https://www.hitachisolutions.com
Email ttaylor@hitachisolutions.com
Connector Metadata
Publisher Troy Taylor
Website https://resend.com/
Privacy policy https://resend.com/legal/privacy-policy
Categories Communication

Creating a connection

The connector supports the following authentication types:

Default Parameters for creating connection. All regions Not shareable

Default

Applicable: All regions

Parameters for creating connection.

This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.

Name Type Description Required
API Key (in the form 'Bearer yourAPIKey') securestring The API Key (in the form 'Bearer yourAPIKey') for this api True

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Add domain

Create a domain through the Resend Email service.

Delete domain

Remove an existing domain.

List domains

Retrieve a list of domains for the authenticated user.

Retrieve email

Retrieve a single email.

Send email

Start sending emails through the Resend Email service.

Verify domain

Verify an existing domain.

Add domain

Create a domain through the Resend Email service.

Parameters

Name Key Required Type Description
Name
name True string

The name.

Region
region string

The region.

Returns

Name Path Type Description
ID
id string

The identifier.

Name
name string

The name.

Created At
createdAt string

When created at.

Status
status string

The status.

Records
records array of object
Record
records.record string

The record.

Name
records.name string

The name.

Type
records.type string

The type.

TTL
records.ttl string

The TTL.

Status
records.status string

The status.

Value
records.value string

The value.

Priority
records.priority integer

The priority.

Region
region string

The region.

DNS Provider
dnsProvider string

The DNS provider.

Delete domain

Remove an existing domain.

Parameters

Name Key Required Type Description
Domain ID
domain_id True string

The domain identifier.

Returns

response
string

List domains

Retrieve a list of domains for the authenticated user.

Returns

Name Path Type Description
Data
data array of object
ID
data.id string

The identifier.

Name
data.name string

The name.

Status
data.status string

The status.

Created At
data.created_at string

When created at.

Region
data.region string

The region.

Retrieve email

Retrieve a single email.

Parameters

Name Key Required Type Description
Email ID
email_id True string

The email identifier.

Returns

Name Path Type Description
Object
object string

The object.

ID
id string

The identifier.

To
to array of string

The To address.

From
from string

The From address.

Created At
created_at string

When created at.

Subject
subject string

The subject.

HTML
html string

The HTML.

Text
text string

The text.

BCC
bcc string

The BCC address.

CC
cc string

The CC address.

Reply To
reply_to string

The Reply To address.

Last Event
last_event string

The last event.

Send email

Start sending emails through the Resend Email service.

Parameters

Name Key Required Type Description
From
from True string

The From address.

To
to True string

The To address.

CC
cc string

The CC address.

BCC
bcc string

The BCC address.

Subject
subject True string

The subject.

Text
text string

The text.

HTML
html string

The HTML.

Filename
filename string

The filename.

Content
content string

The content.

Reply To
reply_to string

The Reply To address.

Returns

Name Path Type Description
ID
id string

The identifier.

From
from string

The From address.

To
to string

The To address.

Created At
created_at string

When created at.

Verify domain

Verify an existing domain.

Parameters

Name Key Required Type Description
Domain ID
domain_id True string

The domain identifier.

Returns

response
string

Definitions

string

This is the basic data type 'string'.