Discussions

Ask a Question
ANSWERED

Updating LastActivity and Last Communciated via API

Using the API and posting new Messages via /TextMessages what is missing to update the Web Interface Last Contacted, and updating the LastActivity value of the Person on the /People/:id endpoint? We are trying to build a custom interface that allows users to sort their customers by their last interaction.

ANSWERED

I have a property address. I want to search to see if I have any leads related to that address in my database. Is there any api to help with that?

I have a property address. I want to search to see if I have any leads related to that address in my database. Is there any api to help with that?

ANSWERED

How do I retrieve a list of people in a SmartList?

I see there are two API for smartLists, but neither of them provide me a list of the people in these list. Which API provides this detail?

ANSWERED

Regarding Multiline Messages for 'v1/inboxApps/:id/message

We need to send multiline messages to 'v1/inboxApps/:id/message'. Currently, we can only send single-line messages. Is there any other way to send multiline messages?

ANSWERED

Bulk Update or Import

Is there an endpoint or function for a bulk PUT or POST import of contacts? outside of the manual import tool, whats the best way to import a bulk list of 1000's contacts?

ANSWERED

GET /people: custom field as query param

Hi,

ANSWERED

Contacts import to follow up boss via api

is there a /contacts as well endpoint or how can i import contacts in follow up boss by using post request (api)

ANSWERED

Why is the smartListId not in the person object?

Hi there! I am trying to update our database when a lead moves to a new smart list. Although it's possible to get all leads in a specific smart list, it doesn't appear that it is possible to get the smart list the lead is in. Is this an oversight? The person object (at the /people/:id endpoint) does not return smartListId, even when you request allFields. It provides stageId, but not smartListId?

ANSWERED

Getting All appointments including those created externally

Is there anything in the works or planned for the future to be able to retrieve all appointments via the FUB api vs those just created within FUB originally.

ANSWERED

/call pull by duration greater than 60

I am trying to replicate the Reporting call report inside of FUB to a Google Sheet. Is is possible to GET the /call API endpoint and show all calls with duration greater than 60 seconds for a "fromNumber"?