Create a task in Todoist when a new comment is posted on Disqus
This trigger fires when a new post (comment) is added to a forum.
Developer info
- API endpoint slug
- disqus.new_comment
Trigger fields
Forum name Dropdown list
- Label
- Which forum?
- Slug
- forum_name
- Required
- true
- Can have default value
- false
Ingredients
Forum The name of the Disqus forum.
- Slug
- forum
- Filter code
- Disqus.newComment.Forum
- Type
- String
- Example
- bobross
Message The text of the comment.
- Slug
- message
- Filter code
- Disqus.newComment.Message
- Type
- String
- Example
- This is my comment.
Thread title The title of the thread.
- Slug
- thread_title
- Filter code
- Disqus.newComment.ThreadTitle
- Type
- String
- Example
- Best Vacation Destinations
Thread url The URL of the thread that the comment is in.
- Slug
- thread_url
- Filter code
- Disqus.newComment.ThreadUrl
- Type
- String
- Example
- www.ifttt.com
Author username The username of the author for the post.
- Slug
- author_username
- Filter code
- Disqus.newComment.AuthorUsername
- Type
- String
- Example
- username
Author name The name of the author for the post.
- Slug
- author_name
- Filter code
- Disqus.newComment.AuthorName
- Type
- String
- Example
- John Smith
Author email The email of the author for the post.
- Slug
- author_email
- Filter code
- Disqus.newComment.AuthorEmail
- Type
- String
- Example
- test@gmail.com
Author about The about section (biography) for the author's profile.
- Slug
- author_about
- Filter code
- Disqus.newComment.AuthorAbout
- Type
- String
- Example
- test about
Author url The website section for the author's profile.
- Slug
- author_url
- Filter code
- Disqus.newComment.AuthorUrl
- Type
- Web URL
- Example
- www.ifttt.com
Author profile url The URL of the author's Disqus profile.
- Slug
- author_profile_url
- Filter code
- Disqus.newComment.AuthorProfileUrl
- Type
- String
- Example
- http://disqus.com/disqus_api/
Author The ID of the author for the post.
- Slug
- author_id
- Filter code
- Disqus.newComment.AuthorId
- Type
- String
- Example
- 1
Created at Date and time event was created.
- Slug
- created_at
- Filter code
- Disqus.newComment.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00