Post to Basecamp when Webhooks receives an event
This action will post a new message to a message board you select.
Developer info
- API endpoint slug
- basecamp.post_message
- Filter code method
- Basecamp.postMessage.skip(string?: reason)
- Runtime method
- runAction("basecamp.post_message", {})
Action fields
Message board Nested dropdown list
- Label
- Which message board?
- Helper text
- Select the project and message board to post to.
- Slug
- message_board_id
- Required
- true
- Can have default value
- false
Subject Text input > Title
- Label
- Subject
- Helper text
- The subject of the message.
- Slug
- subject
- Required
- true
- Can have default value
- true
- Filter code method
- Basecamp.postMessage.setSubject(string: subject)
Content Text input > Long text
- Label
- Content
- Helper text
- The body of the message. Supports HTML.
- Slug
- content
- Required
- true
- Can have default value
- true
- Filter code method
- Basecamp.postMessage.setContent(string: content)
