Questions tagged [kustomer]

6 questions
1
vote
1 answer

Remove email and phone number from customer in Kustomer

I'm having trouble deleting the emails and phones keys from customers. When I have to re-create a customer, I get an error message because the first record has the same phone and email address. I tried simply removing them from the old record but…
williamcodes
  • 6,317
  • 8
  • 32
  • 55
1
vote
1 answer

kustomer API get request for customer by a custom field

Is there any way to a get request for customer by a custom field? I want to mark a customer as deleted and then get all customers excluding the ones that have been deleted.
williamcodes
  • 6,317
  • 8
  • 32
  • 55
0
votes
0 answers

Kustomer api search endpoint (messages search) to return attachments as well

This is a kustomer api specific question. Having Kustomer api endpoint https://api.kustomerapp.com/v1/customers/search, docs are here. I want to receive messages with attachments (attachment name, contentType, contentLength). The body for this…
zds
  • 914
  • 1
  • 10
  • 22
0
votes
1 answer

How to lodge tracking event for Customer using Kustomer API

I am trying to integrate Kustomer with a service of mine using their APIs. I am successfully able to create Customer Objects Using their Customer Create API. Now I want to lodge tracking events for a particular Customer, also I want to control to…
utsab_c
  • 54
  • 6
0
votes
2 answers

Kusto.Explorer requires secondary account to access azure Log Analytics workspace

I am having a challenge accessing azure LA/AI workspace with desktop Kusto.Exploer. I cannot use RUNAS to invoke my secondary account with credentials, accessing workspace in azure. Note that I am able to do that using dataexplorer.azure.com ( since…
0
votes
1 answer

Kustomer API, how to add attachment in Conversation

I am using Kustomer API, I have successfully created the attachment, but I am not able to add the attachment in the Conversation. I'm not able to find any API documentation about how to add in the…