Connectors Reference

Content Conversion

A service that allows content to be converted from one format to another.

 

Status: Preview

Tier: Standard

Version: 1.0

 

Actions:

Name

Summary

HtmlToText (string Content)

Html to text

 

Triggers:

Name

Summary

 

Objects:

Name

Summary

 

Actions:

HtmlToText

Summary: Html to text

Description: Converts an HTML document to plain text.

 

Syntax:

ContentConversion.HtmlToText (string Content)

 

Parameters:

Name

Type

Summary

Required

Related Action

Content

string(html)

(HTML content)

HTML content

True

 

Returns:

          Type:string

          Summary: The plain text content.

          Description: The plain text content.