Revue (Independent Publisher) (Preview)
Revue makes it easy for writers and publishers to send editorial newsletters - and get paid.
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 | Daniel Laskewitz | Sogeti |
URL | https://youtube.com/daniellaskewitz | |
connectorsupport@laskewitz.io |
Connector Metadata | |
---|---|
Publisher | Daniel Laskewitz |
Website | https://www.getrevue.co |
Privacy policy | https://www.getrevue.co/privacy |
Categories | Social Media |
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 token | securestring | The API token for this API | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Add a subscriber |
Adds a subscriber to your list. |
Get all lists |
List all lists associated with account. |
Get all sent issues |
Returns a list of your sent issues. |
Get all subscribers |
Returns a list of your subscribers that are actively subscribed. |
Get an export |
Get an export with ID. |
Get current issue |
Returns the current issue that is being worked on. |
Get items |
Returns a list of items from your my items inbox. |
Get latest issue |
Returns the last issue sent. |
Get list |
Get specific list. |
Get profile URL |
Get the profile URL for your account. |
Get unsubscribed subscribers |
Returns a list of your subscribers that are currently unsubscribed. |
Start an export |
Start an export for list. |
Unsubscribe a subscriber |
Unsubscribe a subscriber from your list. |
Update a subscriber |
Update a subscriber on your list. |
Add a subscriber
Adds a subscriber to your list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Email
|
True | string |
Email address of the subscriber. |
|
First Name
|
first_name | string |
First name of the subscriber. |
|
Last Name
|
last_name | string |
Last name of the subscriber. |
|
Double Opt In
|
double_opt_in | boolean |
If true, the subscriber will receive a confirmation email. If false, the subscriber will be added to your list immediately and a confirmation email will not be send. |
Returns
- Body
- Subscriber
Get all lists
Get all sent issues
Get all subscribers
Returns a list of your subscribers that are actively subscribed.
Returns
- response
- array of Subscriber
Get an export
Get an export with ID.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Export ID
|
id | True | string |
ID of the export. |
Returns
- Body
- Export
Get current issue
Get items
Get latest issue
Get list
Get specific list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
List ID
|
id | True | string |
ID of the list. |
Returns
- Body
- List
Get profile URL
Get unsubscribed subscribers
Returns a list of your subscribers that are currently unsubscribed.
Returns
- response
- array of Subscriber
Start an export
Start an export for list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
List ID
|
id | True | string |
ID of the list. |
Returns
- Body
- Export
Unsubscribe a subscriber
Unsubscribe a subscriber from your list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Email
|
string |
Email address of the subscriber. |
||
First Name
|
first_name | string |
First name of the subscriber. |
|
Last Name
|
last_name | string |
Last name of the subscriber. |
|
Double Opt In
|
double_opt_in | boolean |
If true, the subscriber will receive a confirmation email. If false, the subscriber will be added to your list immediately and a confirmation email will not be send. |
Returns
- Body
- Subscriber
Update a subscriber
Update a subscriber on your list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Email
|
True | string |
Email address of the subscriber. |
|
First Name
|
first_name | string |
First name of the subscriber. |
|
Last Name
|
last_name | string |
Last name of the subscriber. |
|
Double Opt In
|
double_opt_in | boolean |
If true, the subscriber will receive a confirmation email. If false, the subscriber will be added to your list immediately and a confirmation email will not be send. |
Returns
- Body
- Subscriber
Definitions
Account
Name | Path | Type | Description |
---|---|---|---|
Profile URL
|
profile_url | string |
The profile URL of the account. |
Export
Name | Path | Type | Description |
---|---|---|---|
Export ID
|
id | integer |
ID of the export. |
Subscribed File Name
|
subscribed_file_name | string |
File name of the subscribed file. |
Subscribed File Size
|
subscribed_file_size | integer |
File size of the subscribed file. |
Subscribed Content Type
|
subscribed_content_type | string |
Content type of the subscribed file. |
Subscribed URL
|
subscribed_url | string |
URL to get the file with subscribed people. |
Unsubscribed File Name
|
unsubscribed_file_name | string |
File name of the unsubscribed file. |
Unsubscribed File Size
|
unsubscribed_file_size | integer |
File size of the unsubscribed file. |
Unsubscribed Content Type
|
unsubscribed_content_type | string |
Content type of the unsubscribed file. |
Unsubscribed URL
|
unsubscribe_url | string |
URL to get the file with unsubscribed people. |
Issue
Name | Path | Type | Description |
---|---|---|---|
ID
|
id | integer |
ID of the issue. |
Created At
|
created_at | string |
Date of when the issue is created. |
Description
|
description | string |
Description of the issue. |
Subject
|
subject | string |
Subject of the issue. |
Scheduled
|
scheduled | boolean |
Whether the issue is scheduled or not. |
Active
|
active | boolean |
Whether the issue is active or not. |
Item
Name | Path | Type | Description |
---|---|---|---|
ID
|
id | integer |
ID of the item. |
Title
|
title | string |
Title of the item. |
Created At
|
created_at | string |
Created date of the item. |
URL
|
url | string |
URL of the item. |
Description
|
description | string |
Description of the item. |
Title Display
|
title_display | string |
Title display of the item. |
Short URL
|
short_url | string |
Short URL of the item. |
Thumb URL
|
thumb_url | string |
Thumb URL of the item. |
Default Image
|
default_image | string |
Default image of the item. |
Hash ID
|
hash_id | string |
Hash ID of the item. |
List
Name | Path | Type | Description |
---|---|---|---|
ID
|
id | integer |
ID of the list. |
Name
|
name | string |
Name of the list. |
Created At
|
created_at | string |
Created date of the list. |
Updated At
|
updated_at | string |
Updated date of the list. |
Account ID
|
account_id | integer |
Account ID of the list. |
Verified
|
verified | boolean |
Whether the list is verified or not. |
Manually Verified At
|
manually_verified_at | string |
Date of when the list is manually verified. |
SentIssue
Name | Path | Type | Description |
---|---|---|---|
ID
|
id | integer |
ID of the issue. |
Title
|
title | string |
Title of the issue. |
HTML
|
html | string |
HTML of the issue. |
Sent At
|
sent_at | string |
Date time of when the issue was sent. |
Description
|
description | string |
Description of the issue (HTML). |
URL
|
url | string |
URL of the issue. |
Active
|
active | boolean |
Whether the issue is active or not |
Subscriber
Name | Path | Type | Description |
---|---|---|---|
Email
|
string |
Email address of the subscriber. |
|
First Name
|
first_name | string |
First name of the subscriber. |
Last Name
|
last_name | string |
Last name of the subscriber. |
Double Opt In
|
double_opt_in | boolean |
If true, the subscriber will receive a confirmation email. If false, the subscriber will be added to your list immediately and a confirmation email will not be send. |