Add Basecamp messages to Google Sheets on RSS match
This query returns recent messages from a message board you select.
Developer info
- API endpoint slug
- basecamp.find_messages
- Runtime method
- performQuery("basecamp.find_messages"}
Query fields
Message board Nested dropdown list
- Label
- Which message board?
- Helper text
- Select the project and message board to search.
- Slug
- message_board_id
- Required
- true
- Can have default value
- false
Ingredients
Subject The subject of the message.
- Slug
- subject
- Filter code
- Basecamp.findMessages.Subject
- Type
- String
- Example
- Weekly status update
Content The body of the message.
- Slug
- content
- Filter code
- Basecamp.findMessages.Content
- Type
- String
- Example
- Here are the highlights from this week...
Author The person who posted the message.
- Slug
- author
- Filter code
- Basecamp.findMessages.Author
- Type
- String
- Example
- Jane Doe
Url A link to the message in Basecamp.
- Slug
- url
- Filter code
- Basecamp.findMessages.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.findMessages.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Applets using this Query
-
-
Post Basecamp messages to Microsoft Teams from a Google Assistant scene
-
Append Basecamp messages to Google Sheets for new RSS items
-
Post Basecamp messages to Slack from new Note
-
Post Basecamp board messages to Discord when you enter a Location
-
Search Basecamp for related messages and send notification
-
Email Basecamp messages for matching RSS items
-
Email Basecamp messages when an RSS item appears
-
Post Basecamp messages to Google Chat on Webhooks event
