Support adding custom_activity items to "Activities board"

The newish CRM related mutations are really useful for my app which integrates a phone system with the monday.com CRM. A customer recently asked if they would be able to see the activities outside of the the emails and activities app.

Having looked at the activities board docs it says that “call notes” will be logged to the board. Notes from my app are of course via a custom_activity, but it would be really useful if we could flag custom activities as being useful to propogate to the activities board.

I can build a work around, but it will require the user to find and select the activities board, and for the app to validate that the correct columns are present before using it.

To outline exactly what I’d like to see, I’d like the addition of a boolean add_to_activities_board added in the create_custom_activity mutation which will then mean that all activities created against that contact are shown in the activities board automatically.