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
- Label
- Location
- Helper text
- The location to post to.
- Slug
- location_id
- Required
- true
- Can have default value
- false
- 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.setEvent Name(string: event_name)
- 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.setStart Time(string: start_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.setEnd Time(string: end_time)
- Label
- Photo URL
- Slug
- photo_url
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleMyBusiness.createOfferPost.setPhoto Url(string: photo_url)
- 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)
- 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.setCoupon Code(string: coupon_code)
- 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.setRedeem Online Url(string: redeem_online_url)
- 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.setTerms Conditions(string: terms_conditions)