Salesforce Trigger - Events
Learn more about the Salesforce Trigger and how to use it in the Digibee Integration Platform.
Parameters
Parameter
Description
Default value
Data type
replayPreset
"Received message":{
"ChangeEventHeader":{
"entityName":"Contact",
"recordIds":[
"003bm000000Y31tAAC"
],
"changeType":"CREATE",
"changeOrigin":"com/salesforce/api/rest/59.0",
"transactionKey":"00002f60-27da-094a-ba8d-90655eb0bcd5",
"sequenceNumber":1,
"commitTimestamp":1712355719000,
"commitNumber":1712355720007974913,
"commitUser":"005bm000000oOZVAA2",
"nulledFields":[
],
"diffFields":[
],
"changedFields":[
]
},
"AccountId":null,
"Name":{
"Salutation":null,
"FirstName":"Maria X",
"LastName":"Doe"
},
"OtherAddress":null,
"MailingAddress":null,
"Phone":null,
"Fax":null,
"MobilePhone":null,
"HomePhone":null,
"OtherPhone":null,
"AssistantPhone":null,
"ReportsToId":null,
"Email":"[email protected]",
"Title":null,
"Department":null,
"AssistantName":null,
"LeadSource":null,
"Birthdate":null,
"Description":null,
"OwnerId":"005bm000000oOZVAA2",
"HasOptedOutOfEmail":null,
"HasOptedOutOfFax":null,
"DoNotCall":null,
"CreatedDate":1712355719000,
"CreatedById":"005bm000000oOZVAA2",
"LastModifiedDate":1712355719000,
"LastModifiedById":"005bm000000oOZVAA2",
"LastCURequestDate":null,
"LastCUUpdateDate":null,
"EmailBouncedReason":null,
"EmailBouncedDate":null,
"Jigsaw":null,
"JigsawContactId":null,
"CleanStatus":"Pending",
"IndividualId":null,
"Pronouns":null,
"GenderIdentity":null,
"Level__c":null,
"Languages__c":null
}
Last updated
Was this helpful?