post https://{youraccountname}.api-us1.com/api/3/dealStages
Create a new stage for a pipeline
To create a deal stage, the following permissions are required.
- Deal permission: the user should have permission to manage deals.
- Edit Pipeline permission: the user should have permission to edit pipelines.
- Pipeline-specific permission: the user should have permission to manage the pipeline that the stage belongs to.
{
"dealStage": {
"cardRegion1": "title",
"cardRegion2": "next-action",
"cardRegion3": "show-avatar",
"cardRegion4": "contact-fullname-orgname",
"cardRegion5": "value",
"color": "32B0FC",
"dealOrder": "next-action DESC",
"group": "4",
"order": 1,
"title": "Initial Contact",
"width": 360
}
}