noCRM.io integration (Marketing, Productivity). Imported from open-connector.
https://{subdomain}.nocrm.io/api/v2/teams
/api/v2/leads/{leadId}/duplicate_lead
| Param | Type | Required | Description |
|---|---|---|---|
| leadId | integer | required | The identifier of the lead to duplicate. |
| step | integer | required | The step name or identifier for the duplicated lead. |
/api/simple/leads/{leadId}/standby
| Param | Type | Required | Description |
|---|---|---|---|
| leadId | integer | required | The identifier of the lead to mark as standby. |
| days | integer | required | The number of days before the reminder becomes due. |
| activityId | integer | optional | The activity identifier to attach to the reminder. |
/api/simple/leads/{leadId}/cancelled
| Param | Type | Required | Description |
|---|---|---|---|
| leadId | integer | required | The identifier of the target noCRM.io lead. |
/api/v2/leads/{leadId}/assign
| Param | Type | Required | Description |
|---|---|---|---|
| leadId | integer | required | The identifier of the lead to assign. |
| userId | integer | required | The user email address or identifier that should receive the lead. |
/api/simple/leads/{leadId}/add_tag
| Param | Type | Required | Description |
|---|---|---|---|
| leadId | integer | required | The identifier of the lead that should receive the tag. |
| tag | string | required | One tag or a comma-separated tag list accepted by noCRM.io. |
/api/simple/leads/{leadId}/append_to_description
| Param | Type | Required | Description |
|---|---|---|---|
| leadId | integer | required | The identifier of the lead whose description should be updated. |
| toAppend | string | required | The text to append to the lead description. |
/api/v2/leads/{leadId}
| Param | Type | Required | Description |
|---|---|---|---|
| leadId | integer | required | The identifier of the target noCRM.io lead. |