This action will create a new standard post.
- API endpoint slug
- google_my_business.create_standard_post
- Filter code method
- GoogleMyBusiness.createStandardPost.skip(string?: reason)
- Runtime method
- runAction("google_my_business.create_standard_post", {})
Action fields
- Label
- Location
- Helper text
- The location to post to.
- Slug
- location_id
- Required
- true
- Can have default value
- false
- Label
- Summary
- Helper text
- The summary of the post.
- Slug
- summary
- Required
- true
- Can have default value
- true
- Filter code method
- GoogleMyBusiness.createStandardPost.setSummary(string: summary)
- Label
- Action Button Text
- Helper text
- The action button text.
- Slug
- action_button_text
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleMyBusiness.createStandardPost.setActionButtonText(string: actionButtonText)
- Label
- Action Button URL
- Helper text
- The action button URL.
- Slug
- action_button_url
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleMyBusiness.createStandardPost.setActionButtonUrl(string: actionButtonUrl)
- Label
- Photo URL
- Slug
- photo_url
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleMyBusiness.createStandardPost.setPhotoUrl(string: photoUrl)