> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Redeem Contacts By ID

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.

<Note>
  External Documentation

  To learn more, visit the [Cognism documentation](https://developers.cognism.com/#cd09a2d5-0abb-4fbe-9114-a53bf2f903ec).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter                  | Description                                                                                                                                                                                                                                                                                                                                            |
  | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Merge Phones And Locations | Select to merge phones and locations.                                                                                                                                                                                                                                                                                                                  |
  | Redeem IDs                 | A comma-separated list of redeem IDs.<br /><br />**Note:** The `redeemId` changes when contact details (job title, company) change. Using an outdated `redeemId` will fallback to the current one.<br /><br />For more information, please visit the [Cognism API documentation](https://developers.cognism.com/#cd09a2d5-0abb-4fbe-9114-a53bf2f903ec) |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/redeem-contacts-by-id-with-cognism-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/redeem-contacts-by-id-with-cognism-and-send-results-via-email/canvas" />
</div>
