changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "conversations": {
+ "description": "Conversation history",
+ "type": "object"
+ },
+ "custom_attributes": {
+ "description": "Custom contact attributes",
+ "type": "object"
+ },
+ "email": {
+ "description": "Contact email address",
+ "type": "string"
+ },
+ "error": {
+ "description": "Error code if connection required",
+ "type": "string"
+ },
+ "id": {
+ "description": "Contact ID",
+ "type": "string"
+ },
+ "message": {
+ "description": "Error message if connection required",
+ "type": "string"
+ },
+ "name": {
+ "description": "Contact name",
+ "type": "string"
+ },
+ "phone": {
+ "description": "Contact phone number",
+ "type": "string"
+ },
+ "tags": {
+ "properties": {
+ "data": {
+ "items": {
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}