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