Discussions

Ask a Question
ANSWERED

Is my webhook code wrong

Hey so I am trying to get webhooks to work, I get a response but the webhook array is empty, anything wrong in my code... ''' key = 'key56789' resource = 'webhooks' url = "https://%s:@api.followupboss.com/v1/%s" % (key, resource) header = { 'x-system': 'name1234', 'x-system-key': 'key1234' } param = { } response = requests.request("GET", url, headers=header) print(response.text) '''
ANSWERED

People Update Webhook in case of CustomField update

Hey, I trust you're doing well. We were wondering if it is possible to provide peopleUpdated webhook in case we update the custom field in FUB? We are in dire need for this feature and this will make our work easier by tons of magnitude. Let us know if this is possible.

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?
ANSWERED

Is it possible to update a customField for multiple people with one API call?

We have added a new customField to FUB. We have around 40K leads on our CRM and need to add data for this customField to FUB. Is there a batch update API available for the /people resource or we have to do this with individual API calls? Another issue we are facing is some of the updates we made to add this customField using /people/put seem to not be visible on FUB despite getting a 200 ok response. Is there a delay associated with the /put/people call?
ANSWERED

How to add an address to an existing people record

I'm trying to add an address to an existing people record. I keep getting an error that the format is incorrect. This is the format I'm using, what would be the correct format? $data = array( "addresses" => array( "street" => 'street', "city" => 'city', "state" => 'state', "code" => 90210, ) );
ANSWERED

Add Collaborators to Person through API?

Is it possible to assign a collaborator by name to a person through the API?
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.
ANSWERED

Stats

Hello, I am Janice Purdy's new assistant and will be managing the leads that come through for her. I am trying to understand the process behind the targets that are set. I would like to understand your analytics behind your numbers. - Are the targets set, just general targets based off previous history or what are they based off of? - If these targets are met should we see full potential of this database? - Any information regarding numbers and to boost performance would be greatly appreciated.

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.
ANSWERED

Editing "address type" picklist

Is it possible to add another value to the address "type" picklist? Currently it shows home, mailing, investment, work and other. "property" is the appropriate value for our needs, but we don't want to have to type it every time. Is that a setting somewhere?