Blogger (Preview)
Blogger is a blog publishing service. It allows you to create websites and post to them on an ongoing basis.
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 | Standard | 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 | Standard | 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 | Microsoft |
URL | Microsoft LogicApps Support Microsoft Power Automate Support Microsoft Power Apps Support |
Connector Metadata | |
---|---|
Publisher | Microsoft |
Website | https://www.blogger.com/ |
Privacy policy | https://policies.google.com/privacy |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 5 | 60 seconds |
Frequency of trigger polls | 1 | 3600 seconds |
Actions
Create post |
Create post |
Delete a post |
Delete a post |
Edit a post |
Edit a post |
Get a post |
Get a post |
List all posts |
List all posts |
List user blogs |
Lists all blogs for the current user |
Publish a post |
Publish a post |
Revert a post |
Revert a post |
Create post
Create post
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Blog Id
|
blogId | True | string |
Blog |
Title
|
title | True | string |
The title of the post |
Content
|
content | True | string |
The content of the post |
Labels
|
labels | array of string |
The labels for the post |
|
Draft
|
isDraft | boolean |
Indicate if this post should be saved as a draft |
Returns
A Blogger post object
- Body
- Post
Delete a post
Delete a post
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Blog Id
|
blogId | True | string |
Blog |
Post Id
|
postId | True | string |
Post |
Edit a post
Edit a post
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Blog Id
|
blogId | True | string |
Blog |
Post Id
|
postId | True | string |
Post |
Title
|
title | string |
The title of the post |
|
Content
|
content | string |
The content of the post |
|
Labels
|
labels | array of string |
The labels for the post |
Returns
A Blogger post object
- Body
- Post
Get a post
Get a post
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Blog Id
|
blogId | True | string |
Blog |
Post Id
|
postId | True | string |
Post |
Returns
A Blogger post object
- Body
- Post
List all posts
List all posts
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Blog Id
|
blogId | True | string |
Blog |
Status
|
status | string |
Status of the posts to retrieve (live or draft) |
Returns
A list of Blogger posts
- Body
- PostList
List user blogs
Publish a post
Publish a post
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Blog Id
|
blogId | True | string |
Blog |
Post Id
|
postId | True | string |
Post |
Returns
A Blogger post object
- Body
- Post
Revert a post
Revert a post
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Blog Id
|
blogId | True | string |
Blog |
Post Id
|
postId | True | string |
Post |
Returns
A Blogger post object
- Body
- Post
Triggers
When a post is created |
Triggers a flow when a new post is created |
When a post is created
Triggers a flow when a new post is created
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Blog Id
|
blogId | True | string |
Select a blog to watch |
Post Status
|
status | True | string |
Status of the posts to retrieve |
Returns
A Blogger post object
- Body
- Post
Definitions
PostList
A list of Blogger posts
Name | Path | Type | Description |
---|---|---|---|
Posts
|
items | array of Post |
The list of blog post items |
Post
A Blogger post object
Name | Path | Type | Description |
---|---|---|---|
Post Id
|
id | string |
The id of the post |
Blog Id
|
blog.id | string |
The associated blog id of the post |
Published Date
|
published | date-time |
The published date of the post |
Updated Date
|
updated | date-time |
The updated date of the post |
Post URL
|
url | string |
The url where this post is displayed |
Title
|
title | string |
The title of the post |
Post content
|
content | string |
The content of the post |
Author Id
|
author.id | string |
The id of the author |
Author Name
|
author.displayName | string |
The name of the author |
Author URL
|
author.url | string |
The url of the author |
Author Image URL
|
author.image.url | string |
The URL of the image of the author |
Labels
|
labels | array of string |
The list of this post's labels |
location
|
location | Location |
A Location blog object |
Status
|
status | string |
The status of the post |
Location
A Location blog object
Name | Path | Type | Description |
---|---|---|---|
Location Name
|
name | string |
The name of the location |
Latitude
|
lat | double |
The latitude of the location |
Longitude
|
lng | double |
The longitude of the location |
Location Span
|
span | string |
The viewport span. Can be used when rendering a map preview |
BlogList
A list of Blogger blogs
Name | Path | Type | Description |
---|---|---|---|
Blogs
|
items | array of Blog |
The list of blog items |
Blog
A Blogger blog object
Name | Path | Type | Description |
---|---|---|---|
Blog ID
|
id | string |
The id of the blog |
Blog name
|
name | string |
The name of the blog |
Blog description
|
description | string |
The description of the blog |
Published date
|
published | date-time |
The published date of the blog |
Updated date
|
updated | date-time |
The updated date of the blog |
Blog URL
|
url | string |
The url of the blog |
Status
|
status | string |
The status of the blog |