Last active
November 11, 2021 19:15
-
-
Save colinloretz/39a46cf9531c5593b0520aa833e07cdf to your computer and use it in GitHub Desktop.
Orbit Webhook Payload Changes for "activity:created", "member:created" and "note:created"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"event_id": "64", | |
"event_type": "member:created", | |
"event_payload": { | |
"data": { | |
"id": "4JKS0a", | |
"type": "member", | |
"attributes": { | |
"id": "4JKS0a", | |
"bio": null, | |
"url": null, | |
"love": null, | |
"name": null, | |
"slug": "member-54dd91", | |
"tags": [], | |
"devto": null, | |
"email": null, | |
"reach": null, | |
"title": null, | |
"github": null, | |
"source": "twitter", | |
"topics": null, | |
"tshirt": null, | |
"company": null, | |
"created": null, | |
"discord": null, | |
"twitter": null, | |
"birthday": null, | |
"linkedin": null, | |
"location": null, | |
"pronouns": null, | |
"tag_list": [], | |
"teammate": false, | |
"discourse": null, | |
"languages": null, | |
"merged_at": null, | |
"orbit_url": "http://localhost:3000/colin-dev/members/member-54dd91", | |
"avatar_url": null, | |
"created_at": "2021-10-18T19:45:00.910Z", | |
"deleted_at": null, | |
"updated_at": "2021-10-18T19:45:00.910Z", | |
"orbit_level": null, | |
"activities_count": 0, | |
"github_followers": null, | |
"shipping_address": null, | |
"twitter_followers": null, | |
"last_activity_occurred_at": null, | |
"first_activity_occurred_at": null | |
}, | |
"relationships": { | |
"identities": { | |
"data": [] | |
} | |
} | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"event_id": "38", | |
"event_type": "member:created", | |
"event_payload": "{\"event_type\":\"member:created\",\"event_payload\":{\"data\":{\"id\":\"416Sep\",\"type\":\"member\",\"attributes\":{\"id\":\"416Sep\",\"bio\":null,\"url\":null,\"love\":null,\"name\":\"Sam Wise\",\"slug\":\"sam-wise\",\"tags\":[],\"devto\":null,\"email\":null,\"reach\":null,\"title\":null,\"github\":null,\"source\":\"web\",\"topics\":null,\"tshirt\":null,\"company\":null,\"created\":null,\"discord\":null,\"twitter\":null,\"birthday\":null,\"linkedin\":null,\"location\":null,\"pronouns\":null,\"tag_list\":[],\"teammate\":false,\"discourse\":null,\"languages\":null,\"merged_at\":null,\"orbit_url\":\"http://localhost:3000/colin-dev/members/sam-wise\",\"avatar_url\":null,\"created_at\":\"2021-10-15T20:41:52.759Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-15T20:41:52.759Z\",\"orbit_level\":null,\"activities_count\":0,\"github_followers\":null,\"shipping_address\":null,\"twitter_followers\":null,\"last_activity_occurred_at\":null,\"first_activity_occurred_at\":null},\"relationships\":{\"identities\":{\"data\":[]}}}}}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment