post https://{youraccountname}.api-us1.com/api/3/dealGroups
Create a new pipeline
Creating a new pipeline will also create three default deal stages named "To Contact", "In Contact", and "Follow Up".
By providing user ids with dealGroup.users
and enabling the auto-assign option with dealGroup.autoassign: 1
, a new pipeline can control how new deals are assigned to the owners.
By providing user group ids with dealGroup.groups
, a new pipeline can control which user groups are allowed to manage the pipeline.
{
"dealGroup": {
"allgroups": 1,
"allusers": 0,
"autoassign": 1,
"currency": "eur",
"title": "Qualifications",
"users": ["3", "4"]
}
}