Post to Blogger
Purpose
To publish a document from Writer to Blogger. Please make sure the Blogger account is linked with Writer.
HTTP Request URL
https://{zohoapis_domain}/writer/api/v1/documents/{{document_id}}/apps/blog/blogger/accounts/{{account_id}}/blogs/{{blog_id}}
Path Parameters
Parameter | Data Type | Description |
Mandatory Parameters | ||
document_id | String | Specify the unique id of the document to be published in Blogger. |
account_id | String | Specify the unique id of your Blogger account. |
blog_id | String | Specify the unique id of the blog in which the Writer document needs to be posted. |
Body Parameters
Parameter | Data Type | Description |
Mandatory Parameters | ||
post_type | String | Choose how the document needs to posted. The document can be saved as a draft or published directly. Enter post_type = draft, if you want to save the blog as a draft. Enter post_type = publish, if you want the document to be published directly. |
Optional Parameters | ||
title | String - max 255 characters | Specify a title for the post. |
schedule_time | Long | Specify the time (timestamp in milli seconds) to post the document in your Blogger account. |
style | String | Specify the style in which the document needs to be posted. Enter style = inline, if you want to post the document with all inline styles. Enter style = none, if you want the post the document without styles. By default, the document will be posted with inline styles. |