Substack Note to Discord Channel
This trigger fires when a Substack user you follow publishes a new note (short-form social post).
Developer info
- API endpoint slug
- substack.new_note_by_user
Trigger fields
Username Text input
- Label
- Substack username
- Helper text
- The Substack handle of the author (e.g. annehelen, not the full URL)
- Slug
- username
- Required
- true
- Can have default value
- true
Ingredients
Note text The plain text content of the note.
- Slug
- note_text
- Filter code
- Substack.newNoteByUser.NoteText
- Type
- String
- Example
- I did the financially responsible thing and paid off the highest interest rate loans...
Note date The date and time the note was posted, in UTC.
- Slug
- note_date
- Filter code
- Substack.newNoteByUser.NoteDate
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Author name The display name of the note's author.
- Slug
- author_name
- Filter code
- Substack.newNoteByUser.AuthorName
- Type
- String
- Example
- Freddie deBoer
Author handle The Substack handle of the author, without the @ symbol.
- Slug
- author_handle
- Filter code
- Substack.newNoteByUser.AuthorHandle
- Type
- String
- Example
- freddiedeboer
Author photo url The URL of the author's profile photo. May be empty.
- Slug
- author_photo_url
- Filter code
- Substack.newNoteByUser.AuthorPhotoUrl
- Type
- Image URL
- Example
- https://substackcdn.com/image/fetch/f_auto,q_auto/example.jpeg
Note url The direct URL to view the note on Substack. Constructed from the entity key and author handle.
- Slug
- note_url
- Filter code
- Substack.newNoteByUser.NoteUrl
- Type
- Web URL
- Example
- https://substack.com/@freddiedeboer/note/c-213720498
Attached post title The title of an article attached to the note, if any. Empty if no post is attached.
- Slug
- attached_post_title
- Filter code
- Substack.newNoteByUser.AttachedPostTitle
- Type
- String
- Example
- What Kin-Building Actually Looks Like
Attached post url The URL of an article attached to the note, if any. Empty if no post is attached.
- Slug
- attached_post_url
- Filter code
- Substack.newNoteByUser.AttachedPostUrl
- Type
- Web URL
- Example
- https://annehelen.substack.com/p/what-kin-building-actually-looks
