Connections
Connections Overview
OAuth Web Svr Flow
OAuth JWT Bearer Flow
OAuth Client Cred. Flow
OAuth SAML Bearer Flow
Security Tools
Certificate Generator
Digital Signatures
JKS Generator
JKS Analyser
RSA Encryption
RSA Decryption
Auth Tools
SAML 2.0 Idp Tester
External Client App Tester
JTW generator
Encoding Tools
Encoding/Decoding Tools
Avro Encode
Avro Decode
Salesforce Tools
Execute Anonymous
Event monitor logs
sObject Browser
Lightweight Packages
Pub/Sub API Tester
API
Echo API
Info
Application Info
Application Analytics
Apache Avro Decoder
Decode a payload based on a schema in Apache Avro binary encoding
Schema JSON
{ "type": "record", "name": "AccountChangeEvent", "namespace": "com.sforce.eventbus", "fields": [ { "name": "ChangeEventHeader", "type": { "type": "record", "name": "ChangeEventHeader", "fields": [ { "name": "entityName", "type": "string" }, { "name": "recordIds", "type": { "type": "array", "items": "string" } }, { "name": "changeType", "type": { "type": "enum", "name": "ChangeType", "symbols": [ "CREATE", "UPDATE", "DELETE", "UNDELETE", "GAP_CREATE", "GAP_UPDATE", "GAP_DELETE", "GAP_UNDELETE", "GAP_OVERFLOW", "SNAPSHOT" ] } }, { "name": "changeOrigin", "type": "string" }, { "name": "transactionKey", "type": "string" }, { "name": "sequenceNumber", "type": "int" }, { "name": "commitTimestamp", "type": "long" }, { "name": "commitNumber", "type": "long" }, { "name": "commitUser", "type": "string" }, { "name": "nulledFields", "type": { "type": "array", "items": "string" } }, { "name": "diffFields", "type": { "type": "array", "items": "string" } }, { "name": "changedFields", "type": { "type": "array", "items": "string" } } ] }, "doc": "Data:ComplexValueType" }, { "name": "Name", "type": [ "null", "string" ], "doc": "Data:Switchable_PersonName", "default": null }, { "name": "Type", "type": [ "null", "string" ], "doc": "Data:DynamicEnum", "default": null }, { "name": "RecordTypeId", "type": [ "null", "string" ], "doc": "ForeignKey:EntityId", "default": null }, { "name": "ParentId", "type": [ "null", "string" ], "doc": "ForeignKey:EntityId", "default": null }, { "name": "BillingAddress", "type": [ "null", { "type": "record", "name": "Address", "fields": [ { "name": "Street", "type": [ "null", "string" ], "default": null }, { "name": "City", "type": [ "null", "string" ], "default": null }, { "name": "State", "type": [ "null", "string" ], "default": null }, { "name": "PostalCode", "type": [ "null", "string" ], "default": null }, { "name": "Country", "type": [ "null", "string" ], "default": null }, { "name": "Latitude", "type": [ "null", "double" ], "default": null }, { "name": "Longitude", "type": [ "null", "double" ], "default": null }, { "name": "GeocodeAccuracy", "type": [ "null", "string" ], "default": null } ] } ], "doc": "Data:Address", "default": null }, { "name": "ShippingAddress", "type": [ "null", "Address" ], "doc": "Data:Address", "default": null }, { "name": "Phone", "type": [ "null", "string" ], "doc": "Data:Phone", "default": null }, { "name": "Fax", "type": [ "null", "string" ], "doc": "Data:Fax", "default": null }, { "name": "AccountNumber", "type": [ "null", "string" ], "doc": "Data:Text", "default": null }, { "name": "Website", "type": [ "null", "string" ], "doc": "Data:Url", "default": null }, { "name": "Sic", "type": [ "null", "string" ], "doc": "Data:Text", "default": null }, { "name": "Industry", "type": [ "null", "string" ], "doc": "Data:DynamicEnum", "default": null }, { "name": "AnnualRevenue", "type": [ "null", "double" ], "doc": "Data:Currency", "default": null }, { "name": "NumberOfEmployees", "type": [ "null", "int" ], "doc": "Data:Integer", "default": null }, { "name": "Ownership", "type": [ "null", "string" ], "doc": "Data:DynamicEnum", "default": null }, { "name": "TickerSymbol", "type": [ "null", "string" ], "doc": "Data:Content", "default": null }, { "name": "Description", "type": [ "null", "string" ], "doc": "Data:StringPlusClob", "default": null }, { "name": "Rating", "type": [ "null", "string" ], "doc": "Data:DynamicEnum", "default": null }, { "name": "Site", "type": [ "null", "string" ], "doc": "Data:Text", "default": null }, { "name": "CurrencyIsoCode", "type": [ "null", "string" ], "doc": "CurrencyCode:CurrencyCode", "default": null }, { "name": "OwnerId", "type": [ "null", "string" ], "doc": "ForeignKey:EntityId", "default": null }, { "name": "CreatedDate", "type": [ "null", "long" ], "doc": "CreatedDate:DateTime", "default": null }, { "name": "CreatedById", "type": [ "null", "string" ], "doc": "ForeignKey:EntityId", "default": null }, { "name": "LastModifiedDate", "type": [ "null", "long" ], "doc": "Data:DateTime", "default": null }, { "name": "LastModifiedById", "type": [ "null", "string" ], "doc": "ForeignKey:EntityId", "default": null }, { "name": "Jigsaw", "type": [ "null", "string" ], "doc": "Data:Text", "default": null }, { "name": "JigsawCompanyId", "type": [ "null", "string" ], "doc": "ExternalForeignKey:ExternalId", "default": null }, { "name": "AccountSource", "type": [ "null", "string" ], "doc": "Data:DynamicEnum", "default": null }, { "name": "SicDesc", "type": [ "null", "string" ], "doc": "Data:Text", "default": null }, { "name": "CustomerPriority__c", "type": [ "null", "string" ], "doc": "Data:DynamicEnum:00Ni00000044JME", "default": null }, { "name": "SLA__c", "type": [ "null", "string" ], "doc": "Data:DynamicEnum:00Ni00000044JMG", "default": null }, { "name": "Active__c", "type": [ "null", "string" ], "doc": "Data:DynamicEnum:00Ni00000044JMD", "default": null }, { "name": "NumberofLocations__c", "type": [ "null", "double" ], "doc": "Data:Double:00Ni00000044JMF", "default": null }, { "name": "UpsellOpportunity__c", "type": [ "null", "string" ], "doc": "Data:DynamicEnum:00Ni00000044JMJ", "default": null }, { "name": "SLASerialNumber__c", "type": [ "null", "string" ], "doc": "Data:Text:00Ni00000044JMI", "default": null }, { "name": "SLAExpirationDate__c", "type": [ "null", "long" ], "doc": "Data:DateOnly:00Ni00000044JMH", "default": null }, { "name": "Encrypted__c", "type": [ "null", "string" ], "doc": "Data:EncryptedText:00Ni000000Euzjt", "default": null }, { "name": "MultiPick__c", "type": [ "null", "string" ], "doc": "Data:MultiEnum:00Ni000000EuzkD", "default": null }, { "name": "Pierre__c", "type": [ "null", "boolean" ], "doc": "Data:Boolean:00N6S00000KyDEP", "default": null }, { "name": "NumberOfEmployees__c", "type": [ "null", "double" ], "doc": "Data:Double:00N6S00000LJRz8", "default": null }, { "name": "region__c", "type": [ "null", "string" ], "doc": "Data:Text:00N0H00000K2DrD", "default": null }, { "name": "debug__c", "type": [ "null", "string" ], "doc": "Data:Text:00N0H00000K2DrI", "default": null }, { "name": "ExternalId__c", "type": [ "null", "string" ], "doc": "Data:Text:00N6S00000LJRzD", "default": null }, { "name": "IDV_DOB__c", "type": [ "null", "long" ], "doc": "Data:DateOnly:00N6S00000OTArR", "default": null }, { "name": "IDV_Email__c", "type": [ "null", "string" ], "doc": "Data:Email:00N6S00000OTArS", "default": null }, { "name": "IDV_Pet_Name__c", "type": [ "null", "string" ], "doc": "Data:Text:00N6S00000OTArT", "default": null }, { "name": "Correct_Org__c", "type": [ "null", "boolean" ], "doc": "Data:Boolean:00N0H00000L0mFD", "default": null }, { "name": "IDV_Phone__c", "type": [ "null", "string" ], "doc": "Data:Phone:00N6S00000OTArU", "default": null }, { "name": "IDV_Postcode__c", "type": [ "null", "string" ], "doc": "Data:Text:00N6S00000OTArV", "default": null } ] }
Avro Encrypted JSON Payload (Base64)
DkFjY291bnQCJDAwMWkwMDAwMDB6MFdkZ0FBRQACaGNvbS9zYWxlc2ZvcmNlL2FwaS9zb2FwLzYxLjA7Y2xpZW50PVNmZGNJbnRlcm5hbEFQSS9IMDAwMTY3ZTktMTkyNy05MDQ0LTNhMjEtODhlN2IzMjUxYTk2AuD9rqOUZLCy4MbFvwUkMDA1aTAwMDAwMDBTR01XQUE0AAACIDB4MDE4MDgwMDEwMDAwMDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC4P2uo5RkAAAAAAAAAAAAAAAAAAACAAAAAAAAAAACAAIUMzI0MjM0MzI0MgA=
Decode
Close
Loading