send status with content (content) spoiler/subject (spoiler) with scope (scope) in reply to (post) sensitive? (sensitive) as (format)
Post a status to Mastodon.
Requires the following blocks to be present in the project: mastodon login
Parameters
Parameter name | Parameter type | Required? | Description |
---|---|---|---|
content | attachment OR String OR Array | ✓ | The content of the status. This can be an attachment, a poll, plain text, or an array of any of these. |
spoiler | String | The spoiler text/“subject” of this post. | |
scope | scope | ✓ | The scope of the status. This can be public, unlisted, followers-only, or private. |
post | status | Specify that this post is a reply of the target post. | |
sensitive | Boolean | Whether this post is sensitive/NSFW and should carry a content warning. | |
format | any | Pleroma-only: the type of formatting to parse. |
Output
status - A reference to the status that was posted.