Weavz
NiceJob

NiceJob

Manage NiceJob reviews, customers, and Get Reviews campaign enrollments.

7 tools
1 trigger

Tools

Name
list_reviews

Retrieve a paginated list of NiceJob review entities.

get_review

Retrieve one NiceJob review by ID.

list_people

Retrieve a paginated list of customer people in NiceJob.

create_person

Create a NiceJob person/customer.

update_person

Update a NiceJob person. Provided values overwrite existing values on the entity.

list_campaigns

List NiceJob campaigns. The API currently exposes the Get Reviews campaign.

enroll_person_in_campaign

Directly enroll a person into a NiceJob campaign, typically the Get Reviews campaign.

Triggers

Name
new_review

Polls NiceJob reviews and emits reviews created or updated since the previous poll.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('nicejob', 'list_reviews', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'nicejob',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect NiceJob to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does NiceJob support?

NiceJob supports 7 tools including List Reviews, Get Review, List People, Create Person, Update Person, and more.

Can I use NiceJob with AI agents?

Yes. Add NiceJob to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can NiceJob be used in stateful agent workflows?

Yes. Agents can combine NiceJob tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does NiceJob use?

NiceJob uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the NiceJob integration cost?

The NiceJob integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does NiceJob support?

NiceJob supports 1 triggers including New Review.

Connect NiceJob in minutes

Get 20,000 free action executions every month. No credit card required.