This action will create a reply to a review.
- API endpoint slug
- google_my_business.create_reply
- Filter code method
- GoogleMyBusiness.createReply.skip(string?: reason)
- Runtime method
- runAction("google_my_business.create_reply", {})
Action fields
- Label
- Comment
- Helper text
- The comment to post.
- Slug
- comment
- Required
- true
- Can have default value
- true
- Filter code method
- GoogleMyBusiness.createReply.setComment(string: comment)
- Label
- Location ID
- Helper text
- The location to post to.
- Slug
- location_id
- Required
- true
- Can have default value
- false
- Label
- Review ID
- Helper text
- The ID of the review to reply to.
- Slug
- review_id
- Required
- true
- Can have default value
- true
- Filter code method
- GoogleMyBusiness.createReply.setReviewId(string: reviewId)