Discussions

Ask a Question
ANSWERED

How to get "assigned to" records for people?

Hi, we are doing an internal audit of agents re-assignment and responding speed. However there is no API end point to get the "Assigned to XXXX by YYYY" history. Can someone help? Thanks! Reed

Postman collection

Is there a published postman collection?
ANSWERED

List Format

In what format should I create my list? CSV; Word, Excel I want to port over my email contacts and a few lists I have on CD rom. ty

GET Calls PeopleTo Data

I am trying to IMPORTJSON /calls using GET in google sheets. It works perfectly except I would like to also include PeopleAssignedTo column but don't seem to be able to add the parameter correctly in the url. Would anyone be able to assist me? Thanks

Import JSON Google Apps Script Metadata Limit

Hello, I am using a slightly modified version of this script: https://gist.github.com/paulgambill/cacd19da95a1421d3164 by paulgambill. The modification is the addition of basic authentication added to the url. I have 2 problems. The first is that while the code and my formula work, they only pull up to 100 pieces of metadata, out of hundreds. The second issue may be related, but I am not sure where to add the x-system keys I was provided when I registered. The url has limit set as such "limit=1000" but will only go up to 100. Any assistance to be able to get all the requests in my list at once would be greatly appreciated. Thanks in Advance
ANSWERED

emEvents endpoint not working

I can't get the emEvent endpoint to work. I've created a campaign and am using the ID from it. All I get back is an empty array. If I put in the wrong client email I get back the correct error "recipientsNotFound". So I know the formatting is correct. I don't have any issues using any of the other endpoints.

Webhooks keep on running every 10 min.

I set a webhook for callsCreated. When a call was created it does run the webhook. The problem is it keeps on running every 10min. without a call being created after the first call. the return has the same URI and ID . I thought the code below can trigger to stop, but it didn't work http_response_code(200)

Only registered systems can use this endpoint

How to register the system

Using API and custom fields

We are trying to pass in new contacts via API call. We have been able to add new contacts however custom field parameters do not seem to receive the values we have passed? Do we need to pass these parameters in a different manner? Here's sample data array $data = array( "source" => "www.listingsmagic.com", "type" => "Registration", "person" => array( "firstName" => "John", "lastName" => "Doey", "emails" => array(array("value" => "[email protected]")), "phones" => array(array("value" => "555-333-2345")), "tags" => array("facebook"), "subscriber" => "Y", "n_agency_ID" => 21 )

DNC Feature

Is there a way to mark a lead DNC such that no one from my team calls that number again?