JobNimbus integration (Productivity, Marketing). Imported from open-connector.
https://app.jobnimbus.com/api1/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| actor | string | optional | The optional JobNimbus actor email used to execute the request as a specific te… |
| size | integer | optional | The maximum number of contacts to return. |
| from | integer | optional | The zero-based starting offset for pagination. |
| sortField | string | optional | The JobNimbus field name used for sorting. |
| sortDirection | string | optional | The JobNimbus sort direction. |
| fields | array | optional | The JobNimbus field names to include in the response. |
| filter | object | optional | A JobNimbus Elasticsearch-style filter object that will be JSON-encoded for the… |
/contacts/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| contactId | string | required | The JobNimbus record identifier. |
| actor | string | optional | The optional JobNimbus actor email used to execute the request as a specific te… |
| fields | array | optional | The JobNimbus field names to include in the response. |
/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| actor | string | optional | The optional JobNimbus actor email used to execute the request as a specific te… |
| bulk | boolean | optional | Whether to ask JobNimbus for optimistic bulk persistence on this write request. |
| skip | array | optional | The JobNimbus automated steps to bypass, such as automation or notification. |
| data | object | required | The raw JobNimbus contact payload to send to the API, including standard and cu… |
/contacts/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| contactId | string | required | The JobNimbus record identifier. |
| actor | string | optional | The optional JobNimbus actor email used to execute the request as a specific te… |
| bulk | boolean | optional | Whether to ask JobNimbus for optimistic bulk persistence on this write request. |
| skip | array | optional | The JobNimbus automated steps to bypass, such as automation or notification. |
| data | object | required | The raw JobNimbus contact payload to send to the API, including standard and cu… |
/jobs
| Param | Type | Required | Description |
|---|---|---|---|
| actor | string | optional | The optional JobNimbus actor email used to execute the request as a specific te… |
| size | integer | optional | The maximum number of jobs to return. |
| from | integer | optional | The zero-based starting offset for pagination. |
| sortField | string | optional | The JobNimbus field name used for sorting. |
| sortDirection | string | optional | The JobNimbus sort direction. |
| fields | array | optional | The JobNimbus field names to include in the response. |
| filter | object | optional | A JobNimbus Elasticsearch-style filter object that will be JSON-encoded for the… |
/jobs/{jobId}
| Param | Type | Required | Description |
|---|---|---|---|
| jobId | string | required | The JobNimbus record identifier. |
| actor | string | optional | The optional JobNimbus actor email used to execute the request as a specific te… |
| fields | array | optional | The JobNimbus field names to include in the response. |
/jobs
| Param | Type | Required | Description |
|---|---|---|---|
| actor | string | optional | The optional JobNimbus actor email used to execute the request as a specific te… |
| bulk | boolean | optional | Whether to ask JobNimbus for optimistic bulk persistence on this write request. |
| skip | array | optional | The JobNimbus automated steps to bypass, such as automation or notification. |
| data | object | required | The raw JobNimbus job payload to send to the API, including standard and custom… |
/jobs/{jobId}
| Param | Type | Required | Description |
|---|---|---|---|
| jobId | string | required | The JobNimbus record identifier. |
| actor | string | optional | The optional JobNimbus actor email used to execute the request as a specific te… |
| bulk | boolean | optional | Whether to ask JobNimbus for optimistic bulk persistence on this write request. |
| skip | array | optional | The JobNimbus automated steps to bypass, such as automation or notification. |
| data | object | required | The raw JobNimbus job payload to send to the API, including standard and custom… |