This trigger fires when a new status is added in the public timeline.
Developer info
- API endpoint slug
- mastodon_social.new_status_added_public
Trigger fields
No fields for this trigger
Ingredients
ContentContent of the status.
- Slug
- content
- Filter code
- MastodonSocial.newStatusAddedPublic.Content
- Type
- String
- Example
- "This is an example of a status."
Content HTMLHTML of the content.
- Slug
- content_html
- Filter code
- MastodonSocial.newStatusAddedPublic.ContentHtml
- Type
- String
- Example
- <p>This is an example.</p>
URLURL of a status.
- Slug
- url
- Filter code
- MastodonSocial.newStatusAddedPublic.Url
- Type
- Web URL
- Example
- https://mastodon.social/users/example/statuses/111111111111
Media URLURL of the first media file in the post.
- Slug
- media_url
- Filter code
- MastodonSocial.newStatusAddedPublic.MediaUrl
- Type
- String
- Example
- https://files.mastodon.social/cache/media_attachments/files/path/to/example_image.jpg
UriURI of a status.
- Slug
- uri
- Filter code
- MastodonSocial.newStatusAddedPublic.Uri
- Type
- Web URL
- Example
- https://mastodon.social/users/example/statuses/111111111111
Created atDate and time event was created.
- Slug
- created_at
- Filter code
- MastodonSocial.newStatusAddedPublic.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00