Explore Plans
Mobile menu Close menu
Basecamp

Find messages on a board

Pro plus icon 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