Discussions
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?
Developer testing API
Hello,
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' => ''
)
)
Lead Flow implementation with the API
Hi I am using the /v1/events and Passing the POST data in the api, i want the API to trigger the Lead Flow Rules i have created. Anyone knows how this can be implemented with the API. When sending a POST request there's no option for LeadFlowId but in the response it is returning the leadsFlowId as null. Any help regarding this will be highly appreciated.
Sync Contacts - Google - IPhone
I’m new here but my last crm just automatic updated my contacts and vice versa. This doesn’t seem to be a function?
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?
Webhooks
Hi
I want to set the webhooks for my multiple accounts from one file. Is that possible ?
Using API and custom fields
We are trying to pass in new contacts via API call. We have been able to add new contacts however custom field parameters do not seem to receive the values we have passed? Do we need to pass these parameters in a different manner?
/events post and custom fields
How to add custom fields in /events post?
DNC Feature
Is there a way to mark a lead DNC such that no one from my team calls that number again?