Discussions

Ask a Question
ANSWERED

put people/:id does not seem to work

The docs also seem to be incomplete: https://docs.followupboss.com/reference#people-id-put There is no way to specify the id to update to test from the docs page. https://api.followupboss.com/v1/people/799 I'm also assuming that it is possible to update a single item of the person object without needing to send the entire object. Mainly I'd like to add an email address to an existing person. Please let me know what I'm doing incorrect. Thanks.
ANSWERED

Hit Property Address, Property City, and Property State with API

Is it possible to hit a lead's Property Address, Property City, and Property State with the API? I noticed that these fields exist when exporting a lead but it seems when I use the allFields parameter, I don't see them present. Our use case: we are partnering with Raven, a digital "wants and needs" pairing app to help us better able to double-end transactions amongst our team. If I resolve these missing fields by creating Custom Fields, how would I ensure these custom fields are populated? I only need Property City and Property State, -Property Address would be a bonus but not necessary in permitting Raven's matching function.

When a tag is added update a custom field in the contact

Hello, I am trying to add a time stamp to a custom field whenever a specific tag is added in Follow Up Boss. I'm just starting to figure this out and I believe I need to use webhooks, however in the docs it states I need an X-System. I registered a new one in the Identification section as I already had one registered that I use for importjson into spreadsheets. The problem is that the system nor the key seems to work in the field, and I keep getting an error telling me to register an X-System. Any help with this would be much appreciated, I am using Postman to help with testing also. Thanks in advance!

Can't create pipeline with stage via API.

I tried to create pipeline with stages via API as described in documentation. I see that pipeline was created, but stage was not. Also, i see error in response: {"errorMessage"=>"name is a required field for each stage object"} Actually when i trying update pipeline to add stage i also see the same Data: { "name"=>"Test", "description"=>"A pipeline for test", "orderWeight"=>3000, "stages"=> [ { "name"=>"Listed", "color"=>"#ffad81", "description"=>"", "orderWeight"=>1000 } ] } What wrong with this hash? Why it's not working? P.S. Also API documentation say that Pipeline PUT request should be by this url: https://api.followupboss.com/v1/pipelines But works only: https://api.followupboss.com/v1/pipelines/1

DNC Feature

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

property.mlsNumber does not populate correctly on POST /events

Hello Support, I believe I have encountered a defect. **Summary** The property.mlsNumber is not retain when sending POSTS to /events. The mlsNumber shown is not the one provided for the given event. This behavior has been observed regularly, but is not always consistent. Here is one example I discovered during my recent round of testing; **Note:** Our post request inserts all of our details into the description property. You can clearly see the MLSID provided is C4163365 and not to C4098911. It is my hunch that your system keeps a 1:1 relation between MLS # and address. Good for homes, bad for condo buildings. In our case, we specialize in condos. This mismatch of MLS# has been of great confusion to the team. https://condosforrentto.followupboss.com/api/v1/timeline?limit=25&offset=0&personId=8780 { "id": "Event:18740", "date": "2018-06-18T00:19:48Z", "type": "Event", "item": { "id": 18740, "created": "2018-06-18T00:19:48Z", "updated": "2018-06-18T00:19:48Z", "personId": 8780, "message": "Client Message:\nTesting failure.", "description": "Client Details:\n Income: 75,100\n Credit: BAD\n Verified: pass\n\n Credit Validation:\n Primary User Score: 0\n Secondary User Score: 3\n Total Score: 3\n Credit Pass: false\n \n Has Roommate: true\n Roommate: Travis Gairy\n Roommate Phone: 02302323\n Roommate Income: 50,75\n Roommate Credit: GOOD\n \n Timeslots: \n \t\n \n Target Move In: Jun 1, 2018 to Sep 28, 2018\n \n Property Details:\n MLSID: C4163365\n Broker: LANDPOWER REAL ESTATE LTD., BROKERAGE \n Unit: 525\n Address: 525 Adelaide St W, Toronto, ON M5V, Canada \n Move In: Aug 1, 2018\n Bed: 2\n Bath: 2\n Price: 2800", "noteId": null, "sourceId": 15, "source": "Listatto", "type": "Property Inquiry", "property": { "street": "525 Adelaide Street W", "city": "Toronto", "state": "Ontario", "code": "M5V", "mlsNumber": "C4098911", "price": 2800, "forRent": true, "url": "https://app.listatto.com/condo/toronto/525-adelaide-street-west/unit-525/24790", "type": "Condo", "bedrooms": "2", "bathrooms": "2.0", "area": "799", "lot": null }, "pageTitle": "", "pageUrl": "", "pageDuration": 0 }

Run Lead Flow for existing people

Is it possible to run Lead Flow for existing peoples? I would like to create people through /people api, I know it's not recommended, but I need just to create contact firstly without any automation. Later when this people send inquiry from my site I want to send to FUB Property Inquiry with this people and want that this inquiry run Lead Flow. But lead flow not running when I send this (inquiry created for this people, but not create new row in Lead Flow tab). So I have a question: it's possible to create people through /people endpoint and then send Property Inquiry through /events with id of this people and run Lead Flow? Thanks!

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
ANSWERED

Do appointments get pushed to webhooks

The API documentation lumps appointments in as a type of Task. However, I'm not seeing appointments show up at the webhooks address I created and configured for Follow Up Boss Tasks to post to when created (tasksCreated). I also noticed an undocumented endpoint for appointments at https://api.followupboss.com/v1/appointments/:id. However, I can't create a webhook for "appointmentsCreated". Any help getting webhooks notifications for appointments (both created and updated)? Thanks.