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

Create offer post

This action will create a new offer post.

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 new offer post.
API endpoint slug
google_my_business.create_offer_post
Filter code method
GoogleMyBusiness.createOfferPost.skip(string?: reason)
Runtime method
runAction("google_my_business.create_offer_post", {})

Action fields

Location ID Dropdown list

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

Event name Text input > Other

Label
Event Name
Helper text
The name of the event.
Slug
event_name
Required
true
Can have default value
true
Filter code method
GoogleMyBusiness.createOfferPost.setEventName(string: eventName)

Start time Text input > ISO 8601 date and time

Label
Start Date
Helper text
The start date of the offer.
Slug
start_time
Required
true
Can have default value
true
Filter code method
GoogleMyBusiness.createOfferPost.setStartTime(string: startTime)

End time Text input > ISO 8601 date and time

Label
End Date
Helper text
The end date of the offer.
Slug
end_time
Required
true
Can have default value
true
Filter code method
GoogleMyBusiness.createOfferPost.setEndTime(string: endTime)

Photo URL Text input > Photo

Label
Photo URL
Slug
photo_url
Required
false
Can have default value
true
Filter code method
GoogleMyBusiness.createOfferPost.setPhotoUrl(string: photoUrl)

Summary Text input > Other

Label
Offer Details
Helper text
The details of the offer post.
Slug
summary
Required
false
Can have default value
true
Filter code method
GoogleMyBusiness.createOfferPost.setSummary(string: summary)

Coupon code Text input > Other

Label
Coupon Code
Helper text
The coupon code of the offer.
Slug
coupon_code
Required
false
Can have default value
true
Filter code method
GoogleMyBusiness.createOfferPost.setCouponCode(string: couponCode)

Redeem online URL Text input > Other

Label
Redeem Online URL
Helper text
The redeem online URL of the offer.
Slug
redeem_online_url
Required
false
Can have default value
true
Filter code method
GoogleMyBusiness.createOfferPost.setRedeemOnlineUrl(string: redeemOnlineUrl)

Terms conditions Text input > Other

Label
Terms and Conditions
Helper text
The terms and conditions of the offer.
Slug
terms_conditions
Required
false
Can have default value
true
Filter code method
GoogleMyBusiness.createOfferPost.setTermsConditions(string: termsConditions)