This Trigger fires every time someone posts a comment to a specific blog.
- API endpoint slug
- weebly.blog_comment
Trigger fields
- Label
- Which blog?
- Slug
- blog
- Required
- true
- Can have default value
- false
Ingredients
- Slug
- comment_text
- Filter code
- Weebly.blogComment.CommentText
- Type
- String
- Example
- I love this blog post!
- Slug
- commenter_name
- Filter code
- Weebly.blogComment.CommenterName
- Type
- String
- Example
- John Smith
- Slug
- commenter_email
- Filter code
- Weebly.blogComment.CommenterEmail
- Type
- String
- Example
- john.smith@weebly.com
- Slug
- created_at
- Filter code
- Weebly.blogComment.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00