Post to Basecamp when Button widget is pressed
This action will post a new message in a Campfire you select.
Developer info
- API endpoint slug
- basecamp.post_campfire_message
- Filter code method
- Basecamp.postCampfireMessage.skip(string?: reason)
- Runtime method
- runAction("basecamp.post_campfire_message", {})
Action fields
Campfire Nested dropdown list
- Label
- Which Campfire?
- Helper text
- Select the project and Campfire to post to.
- Slug
- campfire_id
- Required
- true
- Can have default value
- false
Content Text input > Long text
- Label
- Content
- Helper text
- The Campfire message. Supports basic HTML.
- Slug
- content
- Required
- true
- Can have default value
- true
- Filter code method
- Basecamp.postCampfireMessage.setContent(string: content)
