This action will create a post on GoWild.
- API endpoint slug
- timetogowild.create_post
- Filter code method
- Timetogowild.createPost.skip(string?: reason)
- Runtime method
- runAction("timetogowild.create_post", {})
Action fields
- Label
- What text should be on your post?
- Slug
- content
- Required
- true
- Can have default value
- true
- Filter code method
- Timetogowild.createPost.setContent(string: content)
- Label
- What photos should be attached to your post?
- Slug
- photos
- Required
- true
- Can have default value
- true
- Filter code method
- Timetogowild.createPost.setPhotos(string: photos)
- Label
- What Trail would you like your posts to go to?
- Helper text
- Trails are how GoWild organizes posts into topics
- Slug
- trail
- Required
- true
- Can have default value
- true
- Filter code method
- Timetogowild.createPost.setTrail(string: trail)