This action will create a new event post.
- API endpoint slug
- google_my_business.create_event_post
- Filter code method
- GoogleMyBusiness.createEventPost.skip(string?: reason)
- Runtime method
- runAction("google_my_business.create_event_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.createEventPost.setEventName(string: eventName)
- Label
- Start Date and Time
- Helper text
- The start date and time of the event.
- Slug
- start_time
- Required
- true
- Can have default value
- true
- Filter code method
- GoogleMyBusiness.createEventPost.setStartTime(string: startTime)
- Label
- End Date and Time
- Helper text
- The end date time of the event.
- Slug
- end_time
- Required
- true
- Can have default value
- true
- Filter code method
- GoogleMyBusiness.createEventPost.setEndTime(string: endTime)
- Label
- Summary
- Helper text
- The summary of the post.
- Slug
- summary
- Required
- true
- Can have default value
- true
- Filter code method
- GoogleMyBusiness.createEventPost.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.createEventPost.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.createEventPost.setActionButtonUrl(string: actionButtonUrl)
- Label
- Photo URL
- Slug
- photo_url
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleMyBusiness.createEventPost.setPhotoUrl(string: photoUrl)