Discussions
Schema format for updating a custom field
Hey folks,
Assistance Needed for API Integration with Communication Board
Hey guys. I am currently working on a project to enhance my workflow using ChatGPT for summarizing communication data. I’d like to know if there is a way to pull the entire communication board (including emails, text messages, phone call transcripts, and notes) via your API, so I can send it through ChatGPT for summarization and then have the output returned and recorded as a note.
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.
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?
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?
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?
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?
GET /people: custom field as query param
Hi,
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)
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?