POSTARYX

Tumblr Settings

Provider settings for Tumblr posts

What Tumblr supports in Postiz

Character limits, media rules and how these settings appear in the app.

Overview

Every setting on Tumblr is optional: a post with no settings at all is valid. One Tumblr account can be connected as several channels, one per blog, so the destination blog is a property of the channel rather than of the post.

Settings Schema

{
  "__type": "tumblr",
  "title": "Post title",
  "link": "https://example.com/article",
  "sourceUrl": "https://example.com/original",
  "tags": "design, typography, process"
}

Properties

PropertyTypeRequiredDescription
__typestringMust be "tumblr"
titlestringPost title, up to 4096 characters
linkstringURL the post links to. Must be a valid URL
sourceUrlstringAttribution URL for reblogged or quoted content
tagsstringComma-separated tags, up to 4096 characters

tags is a single string, not an array. Separate tags with commas.

Media

Tumblr accepts up to 30 images, or a single video, per post.

Example

{
  "type": "schedule",
  "date": "2024-12-14T10:00:00.000Z",
  "shortLink": false,
  "tags": [],
  "posts": [
    {
      "integration": { "id": "your-tumblr-integration-id" },
      "value": [
        { "content": "A short write-up of the process behind this piece.", "image": [] }
      ],
      "settings": {
        "__type": "tumblr",
        "title": "Behind the process",
        "tags": "design, process"
      }
    }
  ]
}