Skip to content

Revert "Revert "[CON-3211] feat(acculynx): extend provider guide with Read, Write, and Subscribe Actions""#634

Open
laurenzlong wants to merge 3 commits into
mainfrom
revert-633-revert-622-feat/acculynx-deep-connector
Open

Revert "Revert "[CON-3211] feat(acculynx): extend provider guide with Read, Write, and Subscribe Actions""#634
laurenzlong wants to merge 3 commits into
mainfrom
revert-633-revert-622-feat/acculynx-deep-connector

Conversation

@laurenzlong

Copy link
Copy Markdown
Contributor

Reverts #633

@linear

linear Bot commented Jun 16, 2026

Copy link
Copy Markdown

CON-3211

@mintlify

mintlify Bot commented Jun 16, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Ampersand 🟢 Ready View Preview Jun 16, 2026, 8:59 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Beyond create/update on contacts and jobs, AccuLynx publishes additional jobs
change topics (financials, appointments, category, trade/work-type) that can be
subscribed to via otherEvents. Link AccuLynx's webhook topics reference for the
full list.

@anushat05 anushat05 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the supported objects can you update it to a table format that would be easier to follow refer

- [users](https://apidocs.acculynx.com/reference/users) (read only)

<Note>
Writes to top-level `jobs` and `contacts` (and all nested `jobs/*` and `contacts/*` write endpoints except custom-fields) are **create-only** — AccuLynx does not expose update endpoints for these records. Writes to `contacts/custom-fields` and `jobs/custom-fields` are **update-only**; AccuLynx does not expose an API to create, update, or delete custom field definitions themselves. Deletes are supported only on `jobs/representatives/ar-owner` and `jobs/representatives/sales-owner` (clearing the rep slot on a job).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change improves readability by:

  • Breaking the dense Note into two clear bullets (Create-only / Update-only)
  • Separating the Custom fields and Subscribe events sections with bold lead-ins

Dropping the Delete sentence: The original Note mentioned "Deletes are supported only on jobs/representatives/ar-owner and jobs/representatives/sales-owner", but Delete actions are not actually enabled in the provider configuration. If Delete support needs to be added in the future, it should first be enabled in the provider info, then documented here.

Suggested change
Writes to top-level `jobs` and `contacts` (and all nested `jobs/*` and `contacts/*` write endpoints except custom-fields) are **create-only** — AccuLynx does not expose update endpoints for these records. Writes to `contacts/custom-fields` and `jobs/custom-fields` are **update-only**; AccuLynx does not expose an API to create, update, or delete custom field definitions themselves. Deletes are supported only on `jobs/representatives/ar-owner` and `jobs/representatives/sales-owner` (clearing the rep slot on a job).
<Note>
**Writes are limited by AccuLynx's API:**
- **Create-only:** `jobs`, `contacts`, and their nested write endpoints (except custom-fields) — AccuLynx has no update endpoints for these records.
- **Update-only:** `contacts/custom-fields` and `jobs/custom-fields` — you can change a custom field's value, but cannot create, update, or delete the field definitions themselves.
</Note>
**Custom fields** defined in AccuLynx are automatically discovered and surfaced on `contacts` and `jobs` records.
**Subscribe events** for create and update are first-class on `contacts` and `jobs`. The other 6 subscribe-tagged objects above — plus extra `jobs` change topics (financial, appointment, category, trade/work-type, and more) — are subscribed via [`otherEvents`](/subscribe-actions#other-events) under the parent `contacts` or `jobs` object in your `amp.yaml`. See AccuLynx's [webhook topics reference](https://apidocs.acculynx.com/reference/gettopics) for the full list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants