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.setEventName(string: eventName)
- 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)
- 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)
- Label
- Photo URL
- Slug
- photo_url
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleMyBusiness.createOfferPost.setPhotoUrl(string: photoUrl)
- 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.setCouponCode(string: couponCode)
- 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)
- 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)