OCNORA

Medium

Business appsOAuth 2.0Bearer tokencredential probe

Publish a post on a Medium profile or under a publication, and read the account's publications and their contributors. Medium's own reference states the API is no longer supported and stopped issuing new integration tokens; existing tokens still work.

OCNORA ships 5 typed Medium operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.medium.com/v1 through the HTTP node with the same credential.

Operations 5

  • Create Post
    Publish a post on the connected Medium account's own profile.
    medium.create_post
  • Create Publication Post
    Publish a post under a publication the connected account contributes to.
    medium.create_publication_post
  • Get Authenticated User
    Read the Medium account the connection's token belongs to.
    medium.get_me
  • List Publication Contributors
    List who may publish under a publication, and in what role.
    medium.list_contributors
  • List Publications
    List the publications a Medium user writes for, edits or follows.
    medium.list_publications

Run your first Medium workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.