Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Upserting Salesmanago contact - creates or updates a contact in Salesmanago
  • Deleting Salesmanago contact - deletes a contact in Salesmanago
  • Creating Salesmanago external event - creates an external event in Salesmanago
  • Creating Salesmanago Product - adds a product to the product feed
  • Get information about a contact in salesmanago

To activate this integration for your account, contact our team and provide a mapping for the data you will send and the fields you want to use in the integration.To learn more about the API contract, read here.

To learn more about mappings, read here.

Upserting Salesmanago contact

...

Available fields

Code Block
languagejs
{
	contactdata: {
		email: String,
		fax: String,
		name: String,
		phone: String,
		company: String,
		streetAddress: String,
		zipCode: String,
		city: String,
		country: String		
	},
   	newEmailgroup_key: String
	tags: Array
	properties: Dynamic
	dictionaryProperties: Dynamic
}

Deleting Salesmanago contact

...

Available fields

Code Block
languagejs
{
data:{
	description: String,
	products: String,
	location: String,
	value: Float,
	contactExtEventType: [PURCHASE, CART, VISIT, PHONE_CALL, OTHER, RESERVATION, CANCELLED, ACTIVATION, MEETING, OFFER, DOWNLOAD, LOGIN, TRANSACTION],
	externalId: String,
	shopDomain: String,
	detail1: String,
	detail2: String,
	detail3: String,
	detail4: String,
	detail5: String,
	detail6: String,
	detail7: String,
	detail8: String,
	detail9: String,
	detail10: String
},
group_key: String
}


Creating Salesmanago product(s)

This integration adds a new product to the salesmango feed

Endpoint

[POST] https://htpfdjhk3h.execute-api.eu-west-1.amazonaws.com/Production/products

Available fields

Code Block
languagejs
{
data:[
	{
		product_id: String
		<field_name>: <field_value>
	}	
],
group_key: String
}

Get information about a salesmanago contact

This integration gets data from a salesmanago contact

Endpoint

[GET] https://htpfdjhk3h.execute-api.eu-west-1.amazonaws.com/Production/contact/sm_id