A beginner's guide
Explore Plans
Mobile menu Close menu
GoWild - Hunting Fishing OutdoorsGoWild - Hunting Fishing Outdoors

Post to GoWild

This action will create a post on GoWild.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
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

Content Text input > Title

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)

Photos Text input > Photo

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)

Trail Dropdown list

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)