Receiving Prospects
The easiest way to receive prospects from Bold Penguin is to integrate with us at the API level. You provide us with an HTTP endpoint where we can POST prospect data. When you are matched, the Bold Penguin Exchange will automatically send the prospect data to this endpoint.
The prospect data will be sent to you as an HTTP POST request with a JSON body. Your endpoint must acknowledge the prospect and respond with the appropriate JSON body before the default timeout period (typically 15 seconds).
Once you have received the prospect, you are responsible for providing updates on prospect status using the Dispositioning API.
sequenceDiagram
Bold Penguin Exchange->>You: Prospect
You-->>Bold Penguin Exchange: Disposition
You-->>Bold Penguin Exchange: Disposition