Capsule CRM integration (Productivity, Marketing). Imported from open-connector.
https://api.capsulecrm.com/api/v2/parties
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number of results to return. |
| perPage | integer | optional | The number of records to return per page. |
| since | string | optional | Only include records changed after this ISO 8601 timestamp. |
| embed | array | optional | Additional related resources to embed in the Capsule CRM response. |
/parties/search
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | The search query. |
| page | integer | optional | The page number of results to return. |
| perPage | integer | optional | The number of records to return per page. |
| embed | array | optional | Additional related resources to embed in the Capsule CRM response. |
/parties/{readId}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | optional | The unique Capsule CRM party ID. |
| readId | string | required | Path parameter: readId |
/parties
| Param | Type | Required | Description |
|---|---|---|---|
| party | object | optional | The Capsule CRM party payload to send. |
/parties/{readId}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | optional | The unique Capsule CRM party ID. |
| party | object | optional | The Capsule CRM party payload to send. |
| readId | string | required | Path parameter: readId |
/parties/{readId}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | optional | The unique Capsule CRM party ID. |
| readId | string | required | Path parameter: readId |
/opportunities
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number of results to return. |
| perPage | integer | optional | The number of records to return per page. |
| since | string | optional | Only include records changed after this ISO 8601 timestamp. |
| embed | array | optional | Additional related resources to embed in the Capsule CRM response. |
/opportunities/search
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | The search query. |
| page | integer | optional | The page number of results to return. |
| perPage | integer | optional | The number of records to return per page. |
| embed | array | optional | Additional related resources to embed in the Capsule CRM response. |
/opportunities/{readId}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | optional | The unique Capsule CRM opportunity ID. |
| readId | string | required | Path parameter: readId |
/opportunities
| Param | Type | Required | Description |
|---|---|---|---|
| opportunity | object | optional | The Capsule CRM opportunity payload to send. |
/opportunities/{readId}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | optional | The unique Capsule CRM opportunity ID. |
| opportunity | object | optional | The Capsule CRM opportunity payload to send. |
| readId | string | required | Path parameter: readId |
/opportunities/{readId}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | optional | The unique Capsule CRM opportunity ID. |
| readId | string | required | Path parameter: readId |
/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number of results to return. |
| perPage | integer | optional | The number of records to return per page. |
| status | array | optional | Task statuses to include. |
| embed | array | optional | Additional related resources to embed in the Capsule CRM response. |
/tasks/{readId}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | optional | The unique Capsule CRM task ID. |
| readId | string | required | Path parameter: readId |
/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| task | object | optional | The Capsule CRM task payload to send. |
/tasks/{readId}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | optional | The unique Capsule CRM task ID. |
| task | object | optional | The Capsule CRM task payload to send. |
| readId | string | required | Path parameter: readId |
/tasks/{readId}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | optional | The unique Capsule CRM task ID. |
| readId | string | required | Path parameter: readId |
/users
| Param | Type | Required | Description |
|---|---|---|---|
| embed | array | optional | Additional related resources to embed in the Capsule CRM response. |
/users/current
| Param | Type | Required | Description |
|---|---|---|---|
| embed | array | optional | Additional related resources to embed in the Capsule CRM response. |
/categories
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number of results to return. |
| perPage | integer | optional | The number of records to return per page. |
/countries
/currencies
/pipelines
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number of results to return. |
| perPage | integer | optional | The number of records to return per page. |
| includeDeleted | boolean | optional | Whether to include deleted or archived pipelines. |
/pipelines/{readPipelineId}/milestones
| Param | Type | Required | Description |
|---|---|---|---|
| pipelineId | integer | required | The unique Capsule CRM pipeline ID. |
| page | integer | optional | The page number of results to return. |
| perPage | integer | optional | The number of records to return per page. |
| readPipelineId | string | required | Path parameter: readPipelineId |
/stages
| Param | Type | Required | Description |
|---|---|---|---|
| boardId | integer | optional | The unique Capsule CRM board ID used to list only board stages. |
| page | integer | optional | The page number of results to return. |
| perPage | integer | optional | The number of records to return per page. |
| status | string | optional | The Capsule CRM stage status filter. |
| includeOnDeletedBoard | boolean | optional | Whether to include stages from archived boards. |