WABA Account Content Updated

{
	"eventType":"accountUpdated",
	"wabaId":"message.WabaId",
	"event":"message.Event",
	"violationInfo":{
		"violation_type":"message.ViolationType"
	},
	"banInfo":{
		"waba_ban_state":"message.WabaBanState",
		"waba_ban_date":"message.WabaBanDate"
	}
}

Field Descriptions

FieldTypeDescription
eventTypeStringAlways set to "accountUpdated" to identify this event type
wabaIdStringUnique identifier for the WhatsApp Business Account
eventStringSpecific event details or trigger that caused the account update
violationInfoObjectContainer for violation-related information (if applicable)
violationInfo.violation_typeStringType of policy violation detected on the account
banInfoObjectContainer for ban-related information (if applicable)
banInfo.waba_ban_stateStringCurrent ban status of the WABA (e.g., "banned", "restricted", "active")
banInfo.waba_ban_dateStringDate when the ban was applied (ISO 8601 format)