{"$id":"https://events-schemas.twilio.com/Conversations.ConversationAdded/2","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"Conversation added event","examples":[{"AccountSid":"ACe95cfd541a925a3337fec19a0200009","AuthorFriendlyName":"My friendly name","Bindings":{"Email":{"Name":"Support at MyCompany","ProjectedAddress":"info@mycompany.com"}},"ConversationSid":"CHee95cfd541a925a3337fec19a0200009","DateCreated":"2025-01-01T00:00:00.000Z","FriendlyName":"whatsapp:+11234567890","Media":[{"ContentType":"image/png","Filename":"00000000-0000-0000-0000-000000000000.png","MediaSid":"ME0000000000000000000000000000001","Size":12232}],"MessageBody":"Ahoy!","MessageSubject":"Welcome to Twilio","MessagingBinding":{"Address":"whatsapp:+14567890123","AuthorAddress":"whatsapp:+13456789012","ProjectedAddress":"[whatsapp:+12345678901]","ProxyAddress":"whatsapp:+11234567890"},"MessagingServiceSid":"MGee95cfd541a925a3337fec19a0200009","State":"active","UniqueName":"My conversation with +11234567890"}],"properties":{"AccountSid":{"description":"Account SID of the conversation. For example: ACe95cfd541a925a3337fec19a0200009.","type":"string"},"Attributes":{"additionalProperties":{"type":"string"},"description":"Conversation metadata as set by the customer.","type":"object"},"AuthorFriendlyName":{"description":"Friendly name of the author.","type":"string"},"Bindings":{"additionalProperties":false,"description":"Object containing bindings values","properties":{"Email":{"additionalProperties":false,"description":"Object containing email bindings values","properties":{"Name":{"description":"The default name that will be used when sending outbound emails in this conversation.","type":"string"},"ProjectedAddress":{"description":"The default email address that will be used when sending outbound emails in this conversation.","type":"string"}},"type":"object"}},"type":"object"},"ConversationSid":{"description":"SID of the conversation. For example: CHee95cfd541a925a3337fec19a0200009.","type":"string"},"DateCreated":{"description":"Creation date of the conversation in ISO 8601 format.","type":"string"},"FriendlyName":{"description":"Friendly name of the conversation.","type":"string"},"Media":{"description":"Media properties of the conversation as an array of JSON objects.","items":{"additionalProperties":false,"description":"Media object properties.","properties":{"ContentType":{"description":"Content type of the media object.","type":"string"},"Filename":{"description":"Filename of the media object.","type":"string"},"MediaSid":{"description":"SID of the media object.","type":"string"},"Size":{"description":"Size of the media object in bytes.","type":"integer"}},"type":"object"},"type":"array"},"MessageBody":{"description":"Initial conversation message string.","type":"string"},"MessageSubject":{"description":"Subject of the initial conversation message.","type":"string"},"MessagingBinding":{"additionalProperties":false,"description":"Object containing Messaging binding values","properties":{"Address":{"description":"Originating phone number of the channel creator.","type":"string"},"AuthorAddress":{"description":"Number of the message author when auto-creating Group MMS.","type":"string"},"ProjectedAddress":{"description":"The address of the Twilio phone number that is used in Group MMS. Communication mask for the Conversation participant with Identity.","type":"string"},"ProxyAddress":{"description":"Twilio Brand phone number used by channel creator.","type":"string"}},"type":"object"},"MessagingServiceSid":{"description":"SID of the messaging service. For example: MGee95cfd541a925a3337fec19a0200009.","type":"string"},"State":{"description":"Enumerated type representing state of the conversation. Possible values are: active, inactive, closed.","type":"string"},"UniqueName":{"description":"Unique name of the conversation.","type":"string"}},"title":"ConversationAddedEvent","type":"object"}