Retrieves a record by their ID.

Basic Parameters

ParameterDescription
IDThe identifier of the object. Can be obtained via the List Records action.For example: 001R0000005hDFYIA2.
Object NameThe name of the object.For example: Account.

Advanced Parameters

ParameterDescription
FieldsA comma-separated list of fields to get values for.For example: name,description,numberofemployees,industry.
If Modified SinceAn optional parameter specifying a date and time.The request returns records that have been modified after the specified date and time.

Example Output

{
	"attributes": {
		"type": "<string>",
		"url": "<string>"
	},
	"Id": "<string>",
	"MasterRecordId": null,
	"Name": "<string>",
	"Type": null,
	"ParentId": null
}

Workflow Library Example

Get Record with Salesforce and Send Results Via Email

Preview this Workflow on desktop