Monitor Salesforce for new or updated records of a specified type.
Note: Do not use the Test functionality on Salesforce monitors. Because records created in Salesforce are not immediately picked up by the API, monitors are set to a 15-minute delay. You can miss record changes if you test before the monitor runs.
Options
- Record type (dropdown): a dropdown of your available record types in Salesforce, including custom records
Output Fields
Output fields are dynamically generated from your record type selection. Custom fields are marked with _c. Standard fields are listed below.
- ID (number): the unique identifier of the record that was created or updated in Salesforce
- IsDeleted (boolean):
true
if the record has been deleted,false
if it is still active - IsPrivate (boolean):
true
if the record is private,false
if it is public - Name (text): name of the record that was created or updated
- CreatedDate (timestamp): timestamp when the record was created (UTC format, timezone of your Salesforce instance)