This action will post a new message in a Campfire you select.
- API endpoint slug
- basecamp.post_campfire_message
- Filter code method
- Basecamp.postCampfireMessage.skip(string?: reason)
- Runtime method
- runAction("basecamp.post_campfire_message", {})
Action fields
- Label
- Which Campfire?
- Helper text
- Select the project and Campfire to post to.
- Slug
- campfire_id
- Required
- true
- Can have default value
- false
- 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)