Top Google My Business automations
Explore Plans
Mobile menu Close menu
Google My BusinessGoogle My Business

Create reply

This action will create a reply to a review.

About this action

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 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

Comment Text input > Other

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)

Location ID Dropdown list

Label
Location ID
Helper text
The location to post to.
Slug
location_id
Required
true
Can have default value
false

Review ID Text input > Other

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)