Clonar um funil
Cria uma cópia do funil com toda a configuração — etapas, checklists, restrições, etiquetas, status, anexos, automações, assistentes, modelos de configurações de visualização, permissões e templates de projeto (sem trazer os projetos reais). Sem name, a cópia recebe o nome do original seguido de (Clone). Funis arquivados não podem ser clonados.
O que clonar: cada categoria pode ser desligada individualmente pelas flags booleanas do corpo. Flag omitida ou null equivale a true, então uma chamada sem flags clona tudo.
Dependências forçadas: algumas categorias são ligadas automaticamente quando outra depende delas. Se automations, step_restrictions ou funnel_step_blockings estiver true, então funnel_tags e funnel_statuses viram true mesmo que enviados como false. Se automations estiver true, step_assistants também vira true. Ou seja, desligar etiquetas/status só tem efeito quando os três primeiros estão false.
O funil, as etapas, os vínculos de formulário e a área de negócio são sempre clonados e não têm flag. Formulários, agentes de IA e áreas de negócio são reaproveitados (não duplicados).
Request body
Response
Sucesso
Changes
Changed in 5 of the 79 revisions of this API.10720
- ●
the
namerequest property's maxLength was set to255request-property-max-length-set
- ●
added the new
cant_clone_archived_project_funnelenum value to themessageresponse property for the response status422response-property-enum-value-added
- ●
added the new
funnel_clone_missing_funnelenum value to themessageresponse property for the response status422response-property-enum-value-added
- ●
added the new
funnel_clone_partial_failureenum value to themessageresponse property for the response status422response-property-enum-value-added
- ●
added the new
validation_errorsenum value to themessageresponse property for the response status422response-property-enum-value-added
- ○
added the new optional request property
automationsnew-optional-request-property
- ○
added the new optional request property
funnel_attachmentsnew-optional-request-property
- ○
added the new optional request property
funnel_config_templatesnew-optional-request-property
- ○
added the new optional request property
funnel_statusesnew-optional-request-property
- ○
added the new optional request property
funnel_step_blockingsnew-optional-request-property
- ○
added the new optional request property
funnel_tagsnew-optional-request-property
- ○
added the new optional request property
permissionsnew-optional-request-property
- ○
added the new optional request property
step_assistantsnew-optional-request-property
- ○
added the new optional request property
step_checklistsnew-optional-request-property
- ○
added the new optional request property
step_restrictionsnew-optional-request-property
- ○
added the new optional request property
template_projectsnew-optional-request-property
- ●
- ▲
the request property
project_funnel_idbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
project_funnel_idbecame requiredrequest-property-became-required
- ▲
the
namerequest property type/format changed from/tostring/request-property-type-changed
- ▲
the
project_funnel_idrequest property type/format changed from/tointeger/request-property-type-changed
- ▲
the response property
project_funnel/business_area_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
project_funnel/prefixbecame nullable for the status200response-property-became-nullable
- ▲
the
project_funnel/deleted_atresponse's property type/format changed from/tostring/date-timefor status200response-property-type-changed
- ▲
the
project_funnel/form_idresponse's property type/format changed from/tointeger/for status200response-property-type-changed
- ▲
the
project_funnel/funnel_config_template_idresponse's property type/format changed from/tointeger/for status200response-property-type-changed
- ▲
the
project_funnel/project_termresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ●
added the new
activeenum value to theproject_funnel/conditionresponse property for the response status200response-property-enum-value-added
- ●
added the new
inactiveenum value to theproject_funnel/conditionresponse property for the response status200response-property-enum-value-added
- ○
the response property
messagebecame required for the status422response-property-became-required
- ○
the response property
project_funnelbecame required for the status200response-property-became-required
- ○
the response property
responsebecame required for the status200response-property-became-required
- ○
the response property
responsebecame required for the status422response-property-became-required
- ▲
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○
added the non-success response with the status
422response-non-success-status-added
- ○
- ○
added optional request body
request-body-added-optional
- ○
- ○
api tag
Ciclo de vidaaddedapi-tag-added
- ○
api tag
{project_funnel_id}removedapi-tag-removed
- ○