Create Opportunity
API Reference
Create Opportunity
Create a deal in your Octolane pipeline with associated account and contacts in a single API call.
POST
Create Opportunity
This is the main endpoint you’ll use. It creates a deal and automatically sets up the associated account and contacts - all in one call. If you send the same deal twice (same domain + pipeline + name), Octolane updates the contacts instead of creating a duplicate.Documentation Index
Fetch the complete documentation index at: https://docs.octolane.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request
Your Octolane API key.
Must be
application/json.Body parameters
Your pipeline ID (UUID format). Find this in your Octolane dashboard or ask the team.
The deal details.
Associated accounts, contacts, and deal owner.
Example request
Response
Whether the request succeeded.
HTTP status code.
Human-readable status message.
200
400