← Tools Reference

JobNimbus

JobNimbus integration (Productivity, Marketing). Imported from open-connector.

API key8 toolshttps://app.jobnimbus.com/api1
GET
jobnimbus_list_contacts
List JobNimbus contacts with the standard pagination, sorting, field selection, actor, and Elasticsearch-style filter options.

/contacts

7 parameters
ParamTypeRequiredDescription
actorstringoptionalThe optional JobNimbus actor email used to execute the request as a specific te…
sizeintegeroptionalThe maximum number of contacts to return.
fromintegeroptionalThe zero-based starting offset for pagination.
sortFieldstringoptionalThe JobNimbus field name used for sorting.
sortDirectionstringoptionalThe JobNimbus sort direction.
fieldsarrayoptionalThe JobNimbus field names to include in the response.
filterobjectoptionalA JobNimbus Elasticsearch-style filter object that will be JSON-encoded for the…
GET
jobnimbus_get_contact
Get one JobNimbus contact by ID.

/contacts/{contactId}

3 parameters
ParamTypeRequiredDescription
contactIdstringrequiredThe JobNimbus record identifier.
actorstringoptionalThe optional JobNimbus actor email used to execute the request as a specific te…
fieldsarrayoptionalThe JobNimbus field names to include in the response.
POST
jobnimbus_create_contact
Create one JobNimbus contact from a raw contact payload, with optional actor, bulk, and skip controls.

/contacts

4 parameters
ParamTypeRequiredDescription
actorstringoptionalThe optional JobNimbus actor email used to execute the request as a specific te…
bulkbooleanoptionalWhether to ask JobNimbus for optimistic bulk persistence on this write request.
skiparrayoptionalThe JobNimbus automated steps to bypass, such as automation or notification.
dataobjectrequiredThe raw JobNimbus contact payload to send to the API, including standard and cu…
PUT
jobnimbus_update_contact
Update one JobNimbus contact by ID from a raw contact payload, with optional actor, bulk, and skip controls.

/contacts/{contactId}

5 parameters
ParamTypeRequiredDescription
contactIdstringrequiredThe JobNimbus record identifier.
actorstringoptionalThe optional JobNimbus actor email used to execute the request as a specific te…
bulkbooleanoptionalWhether to ask JobNimbus for optimistic bulk persistence on this write request.
skiparrayoptionalThe JobNimbus automated steps to bypass, such as automation or notification.
dataobjectrequiredThe raw JobNimbus contact payload to send to the API, including standard and cu…
GET
jobnimbus_list_jobs
List JobNimbus jobs with the standard pagination, sorting, field selection, actor, and Elasticsearch-style filter options.

/jobs

7 parameters
ParamTypeRequiredDescription
actorstringoptionalThe optional JobNimbus actor email used to execute the request as a specific te…
sizeintegeroptionalThe maximum number of jobs to return.
fromintegeroptionalThe zero-based starting offset for pagination.
sortFieldstringoptionalThe JobNimbus field name used for sorting.
sortDirectionstringoptionalThe JobNimbus sort direction.
fieldsarrayoptionalThe JobNimbus field names to include in the response.
filterobjectoptionalA JobNimbus Elasticsearch-style filter object that will be JSON-encoded for the…
GET
jobnimbus_get_job
Get one JobNimbus job by ID.

/jobs/{jobId}

3 parameters
ParamTypeRequiredDescription
jobIdstringrequiredThe JobNimbus record identifier.
actorstringoptionalThe optional JobNimbus actor email used to execute the request as a specific te…
fieldsarrayoptionalThe JobNimbus field names to include in the response.
POST
jobnimbus_create_job
Create one JobNimbus job from a raw job payload, with optional actor, bulk, and skip controls.

/jobs

4 parameters
ParamTypeRequiredDescription
actorstringoptionalThe optional JobNimbus actor email used to execute the request as a specific te…
bulkbooleanoptionalWhether to ask JobNimbus for optimistic bulk persistence on this write request.
skiparrayoptionalThe JobNimbus automated steps to bypass, such as automation or notification.
dataobjectrequiredThe raw JobNimbus job payload to send to the API, including standard and custom…
PUT
jobnimbus_update_job
Update one JobNimbus job by ID from a raw job payload, with optional actor, bulk, and skip controls.

/jobs/{jobId}

5 parameters
ParamTypeRequiredDescription
jobIdstringrequiredThe JobNimbus record identifier.
actorstringoptionalThe optional JobNimbus actor email used to execute the request as a specific te…
bulkbooleanoptionalWhether to ask JobNimbus for optimistic bulk persistence on this write request.
skiparrayoptionalThe JobNimbus automated steps to bypass, such as automation or notification.
dataobjectrequiredThe raw JobNimbus job payload to send to the API, including standard and custom…