Discussions
put people/:id does not seem to work
The docs also seem to be incomplete:
https://docs.followupboss.com/reference#people-id-put
Webhooks
Hi
I want to set the webhooks for my multiple accounts from one file. Is that possible ?
Automation behind person contacted flag
Hi,
/events post and custom fields
How to add custom fields in /events post?
Response 400: No information about a person in the request body
I am writing some lead integration code for one of my clients to push lead registrations from his personal site to his FUB account. I've triple checked my data package I am sending over to /v1/events but I'm still getting a Response Code of 400: No information about a person in the request body. I have logged out my json string and it matches the docs online so I'm beating my head against the wall trying to figure out why it's not going through. Can you verify I'm not going crazy here?
API post request Error
I'm trying to send a post request to the API to https://api.followupboss.com/v1/events
this is the information:
array(
'source' => 'http://lasvegashousevalue.dev/',
'type' => 'Registration',
'message' => 'Property Address ,',
'description' => 'Home Condition: , Interest : , Planning To Sell: ',
'person' => array(
'firstName' => 'Test',
'lastName' => 'Api',
'emails' => array(
(int) 0 => array(
'value' => '[email protected]'
)
),
'tags' => array(
(int) 0 => 'seller',
(int) 1 => 'PSL'
)
),
'property' => array(
'street' => '',
'city' => '',
'state' => '',
'code' => '',
'price' => '',
'type' => '',
'bedrooms' => '',
'bathrooms' => '',
'area' => ''
)
)
Developer testing API
Hello,