Create a Custom or a Content activity for a member

POST {{baseUrl}}/:workspace_slug/members/:member_slug/activities

Request Body

{"title"=>"<string>", "description"=>"<string>", "link"=>"<string>", "link_text"=>"<string>", "weight"=>"<string>", "activity_type"=>"<string>", "activity_type_key"=>"<string>", "key"=>"<string>", "occurred_at"=>"<string>", "properties"=>"<object>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;data&quot;:{&quot;id&quot;:&quot;pqjse6&quot;,&quot;type&quot;:&quot;custom_activity&quot;,&quot;attributes&quot;:{&quot;action&quot;:&quot;happened&quot;,&quot;created_at&quot;:&quot;2022-03-22T10:10:30.489Z&quot;,&quot;key&quot;:&quot;thing-123&quot;,&quot;occurred_at&quot;:&quot;2022-03-22T10:10:30.482Z&quot;,&quot;updated_at&quot;:&quot;2022-03-22T10:10:30.489Z&quot;,&quot;type&quot;:&quot;CustomActivity&quot;,&quot;properties&quot;:{},&quot;tags&quot;:[&quot;product&quot;,&quot;enterprise&quot;,&quot;channel:custom&quot;,&quot;custom_type:custom-type&quot;,&quot;custom_title:did-a-thing&quot;],&quot;orbit_url&quot;:&quot;http://localhost:3000/missdeongraham/activities/pqjse6&quot;,&quot;weight&quot;:&quot;8.0&quot;,&quot;custom_description&quot;:&quot;More info about the thing&quot;,&quot;custom_link&quot;:&quot;http://link.com/&quot;,&quot;custom_link_text&quot;:&quot;See the thing&quot;,&quot;custom_title&quot;:&quot;Did a thing&quot;,&quot;custom_type&quot;:&quot;custom-type&quot;,&quot;custom_context&quot;:null},&quot;relationships&quot;:{&quot;activity_type&quot;:{&quot;data&quot;:{&quot;id&quot;:&quot;574seD&quot;,&quot;type&quot;:&quot;activity_type&quot;}},&quot;member&quot;:{&quot;data&quot;:{&quot;id&quot;:&quot;BplSNB&quot;,&quot;type&quot;:&quot;member&quot;}},&quot;user&quot;:{&quot;data&quot;:{&quot;id&quot;:&quot;lKgFBG&quot;,&quot;type&quot;:&quot;user&quot;}}}},&quot;included&quot;:[{&quot;id&quot;:&quot;574seD&quot;,&quot;type&quot;:&quot;activity_type&quot;,&quot;attributes&quot;:{&quot;name&quot;:&quot;Something happened&quot;,&quot;short_name&quot;:&quot;Custom&quot;,&quot;key&quot;:&quot;custom:happened&quot;,&quot;channel&quot;:&quot;custom&quot;,&quot;source&quot;:&quot;custom&quot;,&quot;weight&quot;:&quot;1.0&quot;}},{&quot;id&quot;:&quot;BplSNB&quot;,&quot;type&quot;:&quot;member&quot;,&quot;attributes&quot;:{&quot;activities_count&quot;:0,&quot;activities_score&quot;:0,&quot;avatar_url&quot;:&quot;http://github.com/avatar.png&quot;,&quot;bio&quot;:null,&quot;birthday&quot;:null,&quot;company&quot;:null,&quot;title&quot;:null,&quot;created_at&quot;:&quot;2022-03-22T10:10:30.383Z&quot;,&quot;deleted_at&quot;:null,&quot;first_activity_occurred_at&quot;:null,&quot;last_activity_occurred_at&quot;:null,&quot;location&quot;:null,&quot;name&quot;:&quot;RileySmith&quot;,&quot;pronouns&quot;:null,&quot;reach&quot;:0,&quot;shipping_address&quot;:null,&quot;slug&quot;:&quot;rileysmith&quot;,&quot;source&quot;:&quot;installation&quot;,&quot;tag_list&quot;:[],&quot;tags&quot;:[],&quot;teammate&quot;:false,&quot;tshirt&quot;:null,&quot;updated_at&quot;:&quot;2022-03-22T10:10:30.383Z&quot;,&quot;merged_at&quot;:null,&quot;url&quot;:null,&quot;orbit_url&quot;:&quot;http://localhost:3000/missdeongraham/members/rileysmith&quot;,&quot;created&quot;:false,&quot;id&quot;:&quot;BplSNB&quot;,&quot;orbit_level&quot;:null,&quot;love&quot;:null,&quot;twitter&quot;:null,&quot;github&quot;:null,&quot;discourse&quot;:null,&quot;email&quot;:null,&quot;devto&quot;:null,&quot;linkedin&quot;:null,&quot;discord&quot;:null,&quot;github_followers&quot;:null,&quot;twitter_followers&quot;:null,&quot;topics&quot;:null,&quot;languages&quot;:null},&quot;relationships&quot;:{&quot;identities&quot;:{&quot;data&quot;:[]}}},{&quot;id&quot;:&quot;lKgFBG&quot;,&quot;type&quot;:&quot;user&quot;,&quot;attributes&quot;:{&quot;name&quot;:&quot;AlfonzoHickleDVM&quot;,&quot;updated_at&quot;:&quot;2022-03-22T10:10:30.410Z&quot;,&quot;created_at&quot;:&quot;2022-03-22T10:10:30.402Z&quot;}}]}