Connectors Reference

Medium

Medium is a vibrant network of thinkers who care about the world and making it better. Connect to your Medium account to track new publications, write stories and more.

 

Status: Preview

Tier: Standard

Version: 1.0.0

 

Actions:

Name

Summary

WriteStory (WriteStoryParameterBody body)

Write a story

WriteStoryToPublication (string publicationId, WriteStoryToPublicationParameterBody body)

Write a story under a publication

PublicationsList ()

Publications for internal use

 

Triggers:

Name

Summary

TriggerPublicationAdded ()

When a publication is created or subscribed to

 

Objects:

Name

Summary

publications

 

WriteStoryParameterBody

 

WriteStoryResponse

 

WriteStoryToPublicationParameterBody

 

WriteStoryToPublicationResponse

 

 

Actions:

WriteStory

Summary: Write a story

Description: Write a new story.

 

Syntax:

Medium.WriteStory (WriteStoryParameterBody body)

 

Parameters:

Name

Type

Summary

Required

Related Action

body

WriteStoryParameterBody

 

 

True

 

Returns:

          Type:WriteStoryResponse

 

WriteStoryToPublication

Summary: Write a story under a publication

Description: Write a story under a publication.

 

Syntax:

Medium.WriteStoryToPublication (string publicationId, WriteStoryToPublicationParameterBody body)

 

Parameters:

Name

Type

Summary

Required

Related Action

publicationId

string

(Publication)

The id of the publication

True

PublicationsList

body

WriteStoryToPublicationParameterBody

 

 

True

 

Returns:

          Type:WriteStoryToPublicationResponse

 

PublicationsList

Summary: Publications for internal use

Description: List of Publications for internal use

 

Syntax:

Medium.PublicationsList ()

 

Returns:

          Type:publications

 

Triggers:

Trigger TriggerPublicationAdded

Summary: When a publication is created or subscribed to

Description: Triggers a new flow when a publication is created or subscribed to

 

Syntax:

Medium.TriggerPublicationAdded ()

 

Returns:

          Type:publications

 


 

publications

Summary:

Description:

 

          Properties:

Name

Type

Summary

data

array of (DataItem)

Publication

 

 

DataItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

id

string

Id

The id of the publication.

name

string

Name

The name of the publication.

description

string

Description

The description of the publication.

url

string

URL

The URL to the publication in Medium.

imageUrl

string

Image Url

The image URL for the publication.

 


 

WriteStoryParameterBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

title

string

Title

 

contentFormat

string

 

 

content

string(html)

Content

 

tags

array of (string)

Tags

Comma separated list of tags to add to the story (max 3).

publishStatus

string

Publish Status

Values: [Draft, Public, Unlisted]


 

WriteStoryResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

data

Data

Story

 

 

Data

Summary: Story

Description:

 

          Properties:

Name

Type

Summary

id

string

Id

The id of the story.

title

string

Title

The story title.

authorId

string

Author Id

The author id of the story.

url

string

URL

The URL to the story in Medium.

canonicalUrl

string

Canonical URL

The canonical URL to the story in Medium.

publishStatus

string

Publish Status

The publish status of the story, such as Draft or Public.

license

string

License

The license associated with the story.

licenseUrl

string

License Url

The license URL associated with the story.

tags

array of (string)

Tags

An array of tags on the story.

 


 

WriteStoryToPublicationParameterBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

title

string

Title

 

contentFormat

string

 

 

content

string(html)

Content

 

tags

array of (string)

Tags

Comma separated list of tags to add to the story (max 3).

publishStatus

string

Publish Status

Values: [Draft, Public, Unlisted]


 

WriteStoryToPublicationResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

data

Data

Story

 

 

Data

Summary: Story

Description:

 

          Properties:

Name

Type

Summary

id

string

Id

The id of the story.

title

string

Title

The title of the story.

authorId

string

Author Id

The id of the author of the story.

url

string

URL

The URL to the story in Medium.

canonicalUrl

string

Canonical Url

The canonical URL to the story in Medium.

publishStatus

string

Publish Status

The publish status of the story, such as Draft or Public.

license

string

License

The license associated with the story.

licenseUrl

string

License Url

The license URL associated with the story.

tags

array of (string)

Tags

An array of tags on the story.

publicationId

string

Publication Id