Datatalks API: Salesmanago integration

The Salesmanago integration provides the ability to send data to Salesmanago. The following sets of data and actions are currently enabled:

  • 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. The fields will be mapped to Salesmanago fields.

Upserting Salesmanago contact

This integration allows you to create or update an existing contact in Salesmanago. The fields presented are the most common ones, some additional fields are available.

Endpoint

[POST] https://api.datatalks.se/v1/contacts

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

Available fields

{ data: { email: String, fax: String, name: String, phone: String, company: String, streetAddress: String, zipCode: String, city: String, country: String }, group_key: String }

Deleting Salesmanago contact

This integration deletes a contact in Salesmanago.

Endpoint

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

Available fields

{ data: { email: String }, group_key: String }

Creating Salesmanago event

This integration creates an event in Salesmanago. Up to 20 details can be added to an event.

Endpoint

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

Available fields

 

Creating Salesmanago product(s)

This integration sets the products on the Salesmanago feed

Endpoint

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

 

Fields marked as * are required.

Available fields

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

Available fields



You can also get contact by EMAIL:

Endpoint

[GET] 

https://api.datatalks.se/v1/contact_by_email?email=EMAIL_HERE

(no payload required, just an email as a query parameter)



or by ID:

Endpoint

[GET]

https://api.datatalks.se/v1/contact_by_id?id=ID_HERE