A beginner's guide
Explore Plans
Mobile menu Close menu
DisqusDisqus

New comment

This trigger fires when a new post (comment) is added to a forum.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires when a new post (comment) is added to a forum.
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

ForumThe name of the Disqus forum.

Slug
forum
Filter code
Disqus.newComment.Forum
Type
String
Example
bobross

MessageThe text of the comment.

Slug
message
Filter code
Disqus.newComment.Message
Type
String
Example
This is my comment.

Thread titleThe title of the thread.

Slug
thread_title
Filter code
Disqus.newComment.ThreadTitle
Type
String
Example
Best Vacation Destinations

Thread URLThe URL of the thread that the comment is in.

Slug
thread_url
Filter code
Disqus.newComment.ThreadUrl
Type
String
Example
www.ifttt.com

Author usernameThe username of the author for the post.

Slug
author_username
Filter code
Disqus.newComment.AuthorUsername
Type
String
Example
username

Author nameThe name of the author for the post.

Slug
author_name
Filter code
Disqus.newComment.AuthorName
Type
String
Example
John Smith

Author emailThe email of the author for the post.

Slug
author_email
Filter code
Disqus.newComment.AuthorEmail
Type
String
Example
test@gmail.com

Author aboutThe about section (biography) for the author's profile.

Slug
author_about
Filter code
Disqus.newComment.AuthorAbout
Type
String
Example
test about

Author URLThe website section for the author's profile.

Slug
author_url
Filter code
Disqus.newComment.AuthorUrl
Type
Web URL
Example
www.ifttt.com

Author profile URLThe 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 IDThe ID of the author for the post.

Slug
author_id
Filter code
Disqus.newComment.AuthorId
Type
String
Example
1

Created atDate and time event was created.

Slug
created_at
Filter code
Disqus.newComment.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00