Discussions

Ask a Question

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

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?

Text Messaging POST

I see that since I have had a follow up boss account and have integrated with several other 3rd party application for the sole purpose of automating the outbound communications, especially SMS. All of the vendors posted their SMS responses as NOTES, not SMS's which skews our reporting when trying to find out what SMS campaigns are effective also difficult to pick up the conversation. How are the numbers used in follow up boss to make outbound SMS to leads? Has anyone solved this issue?

request api

hello could you help me make a request get to the api? I need to make a request to this url: https://api.followupboss.com/v1/people, but I do not know how to pass the token, I'm new to this.

Custom Fields on People Endpoint?

It looks like custom fields are not returned by the People endpoint. Is this true?

What is the webhook that I should use when a deal is added or updated?

I'm using follow up boss api, and in the documentation I cannot see if there is a webhook that is executed when a deal is updated or added