Get Pushover notifications for new Basecamp messages
This trigger fires when a new message is posted to a message board you select.
Developer info
- API endpoint slug
- basecamp.new_message_posted
Trigger fields
Message board Nested dropdown list
- Label
- Which message board?
- Helper text
- Select the project and message board to monitor.
- Slug
- message_board_id
- Required
- true
- Can have default value
- false
Ingredients
Subject The subject of the message.
- Slug
- subject
- Filter code
- Basecamp.newMessagePosted.Subject
- Type
- String
- Example
- Weekly status update
Content The body of the message.
- Slug
- content
- Filter code
- Basecamp.newMessagePosted.Content
- Type
- String
- Example
- Here are the highlights from this week...
Author The person who posted the message.
- Slug
- author
- Filter code
- Basecamp.newMessagePosted.Author
- Type
- String
- Example
- Jane Doe
Url A link to the message in Basecamp.
- Slug
- url
- Filter code
- Basecamp.newMessagePosted.Url
- Type
- Web URL
- Example
- https://3.basecamp.com/1234567/buckets/2345/messages/987
Created at The date and time the message was posted.
- Slug
- created_at
- Filter code
- Basecamp.newMessagePosted.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00