PipedreamHQ / PipedreamHQ/pipedream
[Components] tumblr
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# tumblr
## URLs
## Polling Sources
### new-post-in-blog
#### Prompt
Emit new event when a new post is created on your Tumblr blog. Requires prop: the blog's ID name.
### new-liked-post
#### Prompt
Emit new event whenever you 'like' a post on Tumblr. No additional props necessary.
### new-tagged-post
#### Prompt
Emit new event when a new post is created with a specific tag. Requires prop: the tag's name.
## Actions
### create-audio-post
#### Prompt
Generates a new audio post. Required props: file (the audio file). Optional props: caption (adds a description or title to the audio post), tags (a list of tags associated with the post).
### create-photo-post
#### Prompt
Creates a new photo post. Required props: source (the URL or file of the photo). Optional props: caption (adds a description or title to the photo post), tags (a list of tags associated with the post), link (external link to direct users when the photo is clicked).
### create-text-post
#### Prompt
Produces a new text post. Required props: body (the main content or text for the post). Optional props: title (adds a title to the text post), tags (a list of tags associated with the post).
Contributor guide
Assessment
This issue has not been assessed yet.