Discussions
Import JSON Google Apps Script Metadata Limit
Hello,
Sorting by last name A-Z for my people
How do I do this?
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.
How to input a VALUE into a Deal?
I reviewed the following:
put people/:id does not seem to work
The docs also seem to be incomplete:
https://docs.followupboss.com/reference#people-id-put
When a tag is added update a custom field in the contact
Hello,
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.
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.
Can't create pipeline with stage via API.
I tried to create pipeline with stages via API as described in documentation.
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...