Skip to main content
Lead Status/Sale API

Provide lead outcomes via an API.

James Dodd avatar
Written by James Dodd
Updated over a week ago

This doc is intended for developers, so you'll either need to know a bit of programming to achieve this, or know someone who does.
โ€‹

If you need to commission Databowl to integrate this with your system, just open a new chat with us and we'll discuss.

Getting Started

To provide lead outcomes via an API first we need to make an HTTP POST request to:

https://{instance}.databowl.com/api/v1/lead-status/sale/{lead_id}

Replace {instance} with the name of your Databowl instance

And replace {lead_id} with the lead ID that you wish to update.

The Details

Your post request must contain the following parameters send in the body of the request:

  • key - your API key

  • outcome - lead outcome message eg "Sale"

And that's it, you should be able to update the lead outcomes via the API!

Did this answer your question?