Skip to main content
Redeem contacts by IDs and retrieve full contact data including personal details, job history, skills, email, phone numbers, and associated account information. Redeem IDs are available in the redeemId field of each contact returned by the Search Contacts action.
External DocumentationTo learn more, visit the Cognism documentation.

Parameters

ParameterDescription
Merge Phones And LocationsSelect to merge phones and locations.
Redeem IDsA comma-separated list of redeem IDs.

Note: The redeemId changes when contact details (job title, company) change. Using an outdated redeemId will fallback to the current one.

For more information, please visit the Cognism API documentation

Example Output

{
	"totalResults": 1,
	"results": [
		{
			"account": {
				"name": "Cognism",
				"id": "efc6d975-8599-38ab-8cfe-e1c42ac16dc6",
				"officePhoneNumbers": [
					{
						"number": "+16469719264",
						"numberType": "FIXED_LINE_OR_MOBILE",
						"label": "COMPANY_SWITCHBOARD",
						"score": 20,
						"dnc": false,
						"addressType": "office"
					}
				],
				"hiringEvent": [
					{
						"country": "Germany",
						"jobTitle": "Campaign Managers",
						"employer": "Cognism",
						"url": "https://apply.workable.com/cognism-ltd/j/588BCA3EEE/",
						"type": "CompanyHiring",
						"jobDate": "2023-09-05"
					}
				],
				"headcount": 500,
				"sizeTo": 1000,
				"sizeFrom": 501,
				"location": [
					{
						"addressType": "hq",
						"country": "United Kingdom",
						"state": "England",
						"city": "London",
						"street": "92 Albert Embankment"
					},
					{
						"addressType": "office",
						"country": "United States",
						"state": "New York",
						"city": "New York City",
						"street": "43 W 23rd St"
					}
				],
				"technologies": [
					"Salesforce",
					"Hubspot",
					"JavaScript",
					"Python",
					"AWS"
				],
				"type": "Privately Held",
				"domain": "cognism.com",
				"industry": [
					"Computer Software"
				],
				"revenue": 67000000,
				"linkedinUrl": "https://www.linkedin.com/company/cognism",
				"website": "cognism.com",
				"founded": 2013,
				"lastConfirmed": 1677741025000,
				"naics": [
					"51",
					"5182"
				],
				"sic": [
					"73",
					"737"
				],
				"shortDescription": "Cognism is a B2B sales acceleration software company.",
				"description": "Cognism is a leader in international sales intelligence."
			},
			"jobTitle": "Chief Innovation Officer",
			"lastName": "Buljat",
			"firstName": "Stjepan",
			"fullName": "Stjepan Buljat",
			"id": "34d633b7-41ea-3ac7-a280-431d71fd77eb",
			"privacyNotificationSent": true,
			"previousAccounts": [
				{
					"name": "Cognism",
					"end": "September 2023",
					"title": "Group CTO And Co-Founder",
					"start": "March 2016"
				}
			],
			"skills": [
				"Java",
				"Scala",
				"Cloud Computing",
				"REST",
				"SQL"
			],
			"linkedinUrl": "https://www.linkedin.com/in/stjepanbuljat",
			"email": {
				"address": "stjepan.buljat@cognism.com",
				"quality": "HIGH_PLUS",
				"sha256": "8196f25443a02b758c7fbd4b5c0ce86c71eadda92f49709eb5e2e3515d586929"
			},
			"education": [
				{
					"start": "2000",
					"end": "2005",
					"school": "FER",
					"degree": "Master of Science in Computing"
				}
			],
			"country": "Croatia",
			"jobLeaveEvent": [
				{
					"date": "31.08.2023",
					"from": {
						"name": "Cognism",
						"title": "Group CTO And Co-Founder"
					},
					"to": {
						"name": "cognism",
						"title": "Chief Innovation Officer"
					}
				}
			],
			"jobJoinEvent": [
				{
					"date": "01.09.2023",
					"from": {
						"name": "university of zadar",
						"title": "Computer Science Teaching Assistant"
					},
					"to": {
						"name": "cognism",
						"title": "Chief Innovation Officer"
					}
				}
			],
			"mobilePhoneNumbers": [
				{
					"number": "+123456789",
					"numberType": "MOBILE",
					"label": "DIRECT_DIAL",
					"score": 99,
					"dnc": false
				}
			],
			"positionStartDate": "September 2023",
			"jobFunction": [
				"BUSINESS",
				"OVERSIGHT"
			],
			"managementLevel": "Executive-Level",
			"lastConfirmed": 1714687499208,
			"redeemId": "MzRkNjMzYjctNDFlYS0zYWM3LWEyODAtNDMxZDcxZmQ3N2Vi..."
		}
	]
}

Workflow Library Example

Redeem Contacts by Id with Cognism and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop