organization.updated
Sent when a organization is updated.
Discord & Slack support: Basic
Raw format payload
{
"type": "organization.updated",
"data": {
"created_at": "2024-11-14T00:00:00.000Z",
"modified_at": "2024-11-14T00:00:00.000Z",
"id": "00000000-0000-0000-0000-000000000000",
"name": "string",
"slug": "string",
"avatar_url": "string",
"bio": "string",
"company": "string",
"blog": "string",
"location": "string",
"email": "string",
"twitter_username": "string",
"pledge_minimum_amount": 0,
"pledge_badge_show_amount": false,
"default_upfront_split_to_contributors": 0,
"profile_settings": {
"enabled": false,
"description": "string",
"featured_projects": [
"00000000-0000-0000-0000-000000000000"
],
"featured_organizations": [
"00000000-0000-0000-0000-000000000000"
],
"links": [
"string"
],
"subscribe": {
"promote": false,
"show_count": false,
"count_free": false
},
"accent_color": "string"
},
"feature_settings": {
"articles_enabled": false,
"issue_funding_enabled": false
}
}
}