The workspace profile fields have been updated

Facts

Works with

RTM
{
	"type": "team_profile_change",
	"profile": {
		"fields": [
			{
				"id": "Xf06054AAA",
				...
			},
			...
		]
	}
}

The team_profile_change event is sent to all connections for a workspace when Workspace Admin updates the field definitions in the profile. Only the modified field definitions are included in the payload. Where appropriate, clients should update to reflect new changes immediately.

When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id and event. Learn more