> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runmorph.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Comment

> Open-Source Unified Comment Model

<Card title="Comment" icon="comments" iconType="duotone">
  A pubilc or private comment or update on an issue.
</Card>

## Fields

<ParamField body="issue" type="ticketIssue">
  The ticket this comment belongs to
</ParamField>

<ParamField body="author" type="genericUser">
  User who wrote the comment
</ParamField>

<ParamField body="content" type="string">
  Content of the comment
</ParamField>

<ParamField body="isInternal" type="boolean">
  Whether this is an internal note or public comment
</ParamField>

## Custom Fields

<Check>
  **Supported** <br />
  The Comment model supports our `Field Mapping` feature, enabling you or your customers
  to seamlessly map comment custom fields to the unified comment model.
</Check>

## Connectors

<AccordionGroup>
  <Accordion title="Accelo" defaultOpen={false} icon={<svg width="16" height="16" viewBox="0 0 62 62" xmlns="http://www.w3.org/2000/svg" fill="none"><rect x="9" y="15" width="21.657" height="3.427" rx="1.713" fill="#5c25c9"/><rect x="14.483" y="22.128" width="27.689" height="3.427" rx="1.713" fill="#3070ea"/><rect x="20.24" y="29.255" width="32.76" height="3.427" rx="1.713" fill="#439747"/><rect x="14.483" y="36.383" width="27.689" height="3.427" rx="1.713" fill="#f1a23a"/><rect x="9" y="43.511" width="21.657" height="3.427" rx="1.713" fill="#eb4a26"/></svg>}>
    <p>
      The Accelo connector seamlessly integrates with our unified
      `ticketComment` model. <br />
    </p>

    **API Reference**

    <table className="mt-0">
      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[List and Search Accelo Comments](./../api-reference/models/comment/list-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Retrieve a Accelo Comment](./../api-reference/models/comment/retrieve-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-blue-400/20 text-blue-700 dark:bg-blue-400/20 dark:text-blue-400">POST</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[Create a Accelo Comment](./../api-reference/models/comment/create-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-orange-400/20 text-orange-700 dark:bg-orange-400/20 dark:text-orange-400">PATCH</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Update a Accelo Comment](./../api-reference/models/comment/update-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-red-400/20 text-red-700 dark:bg-red-400/20 dark:text-red-400">DEL</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Delete a Accelo Comment](./../api-reference/models/comment/delete-comment)</td>
      </tr>
    </table>

    <br />

    [view other models supported by Accelo](./../connectors/accelo)
  </Accordion>

  <Accordion title="Asana" defaultOpen={false} icon={<svg width="16" height="16" viewBox="0 0 62 62" fill="none"><g clip-path="url(#A)"><path fill-rule="evenodd" d="M43.377 32.497c-5.277 0-9.554 4.278-9.554 9.555s4.277 9.554 9.554 9.554 9.554-4.278 9.554-9.554-4.277-9.555-9.554-9.555zm-24.823.001C13.278 32.498 9 36.775 9 42.052s4.278 9.554 9.554 9.554 9.555-4.278 9.555-9.554-4.278-9.554-9.555-9.554zM40.52 20.554c0 5.277-4.277 9.555-9.554 9.555s-9.554-4.278-9.554-9.555S25.689 11 30.966 11s9.554 4.278 9.554 9.554z" fill="#f06a6a"/></g><defs><clipPath id="A"><path fill="#fff" transform="translate(9 11)" d="M0 0h44v40.71H0z"/></clipPath></defs></svg>}>
    <p>
      The Asana connector seamlessly integrates with our unified
      `ticketComment` model. <br />
    </p>

    **API Reference**

    <table className="mt-0">
      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[List and Search Asana Comments](./../api-reference/models/comment/list-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Retrieve a Asana Comment](./../api-reference/models/comment/retrieve-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-blue-400/20 text-blue-700 dark:bg-blue-400/20 dark:text-blue-400">POST</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[Create a Asana Comment](./../api-reference/models/comment/create-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-orange-400/20 text-orange-700 dark:bg-orange-400/20 dark:text-orange-400">PATCH</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Update a Asana Comment](./../api-reference/models/comment/update-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-red-400/20 text-red-700 dark:bg-red-400/20 dark:text-red-400">DEL</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Delete a Asana Comment](./../api-reference/models/comment/delete-comment)</td>
      </tr>
    </table>

    <br />

    [view other models supported by Asana](./../connectors/asana)
  </Accordion>

  <Accordion title="ClickUp" defaultOpen={false} icon={<svg width="16" height="16" viewBox="0 0 62 62" xmlns="http://www.w3.org/2000/svg" fill="none"><g clip-path="url(#C)" fill-rule="evenodd"><path d="M13.522 42.416l6.648-5.092c3.53 4.609 7.279 6.733 11.457 6.733 4.155 0 7.801-2.1 11.173-6.672l6.74 4.97c-4.862 6.593-10.911 10.076-17.912 10.076-6.978 0-13.083-3.459-18.105-10.015z" fill="url(#A)"/><path d="M31.606 20.284L19.773 30.48l-5.466-6.344L31.629 9.21l17.188 14.938-5.493 6.321-11.718-10.184z" fill="url(#B)"/></g><defs><linearGradient id="A" x1="13.522" y1="55.151" x2="49.539" y2="55.151" gradientUnits="userSpaceOnUse"><stop stop-color="#8930fd"/><stop offset="1" stop-color="#49ccf9"/></linearGradient><linearGradient id="B" x1="14.307" y1="34.31" x2="48.817" y2="34.31" gradientUnits="userSpaceOnUse"><stop stop-color="#ff02f0"/><stop offset="1" stop-color="#ffc800"/></linearGradient><clipPath id="C"><path fill="#fff" transform="translate(13 9)" d="M0 0h36.776v44H0z"/></clipPath></defs></svg>}>
    <p>
      The ClickUp connector seamlessly integrates with our unified
      `ticketComment` model. <br />
    </p>

    **API Reference**

    <table className="mt-0">
      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[List and Search ClickUp Comments](./../api-reference/models/comment/list-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Retrieve a ClickUp Comment](./../api-reference/models/comment/retrieve-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-blue-400/20 text-blue-700 dark:bg-blue-400/20 dark:text-blue-400">POST</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[Create a ClickUp Comment](./../api-reference/models/comment/create-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-orange-400/20 text-orange-700 dark:bg-orange-400/20 dark:text-orange-400">PATCH</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Update a ClickUp Comment](./../api-reference/models/comment/update-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-red-400/20 text-red-700 dark:bg-red-400/20 dark:text-red-400">DEL</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Delete a ClickUp Comment](./../api-reference/models/comment/delete-comment)</td>
      </tr>
    </table>

    <br />

    [view other models supported by ClickUp](./../connectors/clickup)
  </Accordion>

  <Accordion title="ConnectWise PSA" defaultOpen={false} icon={<svg width="16" height="16" viewBox="0 0 62 62" xmlns="http://www.w3.org/2000/svg" fill="none"><path fill="url(#A)" d="M9 20h44v21H9z"/><defs><pattern id="A" patternContentUnits="objectBoundingBox" width="1" height="1"><use href="#B" transform="scale(.00227273 .0047619)"/></pattern><image id="B" width="1352" height="210" href="data:image/png;base64,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"/></defs></svg>}>
    <p>
      The ConnectWise PSA connector seamlessly integrates with our unified
      `ticketComment` model. <br />
    </p>

    **API Reference**

    <table className="mt-0">
      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[List and Search ConnectWise PSA Comments](./../api-reference/models/comment/list-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Retrieve a ConnectWise PSA Comment](./../api-reference/models/comment/retrieve-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-blue-400/20 text-blue-700 dark:bg-blue-400/20 dark:text-blue-400">POST</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[Create a ConnectWise PSA Comment](./../api-reference/models/comment/create-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-orange-400/20 text-orange-700 dark:bg-orange-400/20 dark:text-orange-400">PATCH</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Update a ConnectWise PSA Comment](./../api-reference/models/comment/update-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-red-400/20 text-red-700 dark:bg-red-400/20 dark:text-red-400">DEL</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Delete a ConnectWise PSA Comment](./../api-reference/models/comment/delete-comment)</td>
      </tr>
    </table>

    <br />

    [view other models supported by ConnectWise PSA](./../connectors/connectwise-psa)
  </Accordion>

  <Accordion title="Front" defaultOpen={false} icon={<svg width="16" height="16" viewBox="0 0 62 62" xmlns="http://www.w3.org/2000/svg" fill="none"><path d="M46.176 12.942a.52.52 0 0 0-.374-.158H34.059a.48.48 0 0 0-.331.129l-2.645 1.883c-.187.172-.474.172-.661 0l-2.659-1.883a.48.48 0 0 0-.331-.129H15.688a.52.52 0 0 0-.374.158 21.12 21.12 0 0 0-5.707 14.374c-.043 11.542 9.3 21.058 20.842 21.23a21.15 21.15 0 0 0 21.446-21.144c0-5.591-2.171-10.68-5.721-14.46zm-4.959 5.505c2.142 2.458 3.407 5.663 3.407 9.171 0 7.949-6.684 14.446-14.733 14.015-7.173-.374-12.692-6.325-12.937-13.512-.129-3.694 1.078-7.115 3.32-9.674a.49.49 0 0 0-.029-.676l-4.14-4.068 14.058 10.062c.374.302.891.302 1.25 0l14.043-10.062-4.226 4.068c-.172.187-.187.474-.014.676z" fill="#df696a"/></svg>}>
    <p>
      The Front connector seamlessly integrates with our unified
      `ticketComment` model. <br />
    </p>

    **API Reference**

    <table className="mt-0">
      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[List and Search Front Comments](./../api-reference/models/comment/list-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Retrieve a Front Comment](./../api-reference/models/comment/retrieve-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-blue-400/20 text-blue-700 dark:bg-blue-400/20 dark:text-blue-400">POST</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[Create a Front Comment](./../api-reference/models/comment/create-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-orange-400/20 text-orange-700 dark:bg-orange-400/20 dark:text-orange-400">PATCH</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Update a Front Comment](./../api-reference/models/comment/update-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-red-400/20 text-red-700 dark:bg-red-400/20 dark:text-red-400">DEL</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Delete a Front Comment](./../api-reference/models/comment/delete-comment)</td>
      </tr>
    </table>

    <br />

    [view other models supported by Front](./../connectors/front)
  </Accordion>

  <Accordion title="GitHub" defaultOpen={false} icon={<svg width="16" height="16" viewBox="0 0 62 62" xmlns="http://www.w3.org/2000/svg" fill="none"><rect width="62" height="62" rx="31" fill="#fff"/><g clip-path="url(#A)"><path fill-rule="evenodd" d="M30.934 9C18.805 9 9 18.878 9 31.097c0 9.768 6.283 18.036 14.998 20.963 1.09.22 1.489-.475 1.489-1.06l-.036-4.098c-6.102 1.317-7.372-2.634-7.372-2.634-.981-2.561-2.434-3.219-2.434-3.219-1.997-1.354.146-1.354.146-1.354 2.215.146 3.378 2.268 3.378 2.268 1.961 3.365 5.12 2.415 6.391 1.829.181-1.427.763-2.415 1.38-2.963-4.867-.512-9.987-2.415-9.987-10.903 0-2.415.871-4.39 2.251-5.927-.218-.549-.981-2.817.218-5.854 0 0 1.852-.585 6.028 2.268 1.788-.484 3.632-.73 5.484-.732s3.74.256 5.483.732c4.176-2.854 6.029-2.268 6.029-2.268 1.199 3.036.435 5.305.218 5.854 1.417 1.536 2.252 3.512 2.252 5.927 0 8.488-5.12 10.354-10.023 10.903.799.695 1.489 2.012 1.489 4.097l-.036 6.073c0 .586.4 1.281 1.489 1.061 8.716-2.927 14.998-11.195 14.998-20.963C52.868 18.878 43.027 9 30.934 9z" fill="#24292f"/></g><defs><clipPath id="A"><path fill="#fff" transform="translate(9 9)" d="M0 0h44v43.102H0z"/></clipPath></defs></svg>}>
    <p>
      The GitHub connector seamlessly integrates with our unified
      `ticketComment` model. <br />
    </p>

    **API Reference**

    <table className="mt-0">
      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[List and Search GitHub Comments](./../api-reference/models/comment/list-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Retrieve a GitHub Comment](./../api-reference/models/comment/retrieve-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-blue-400/20 text-blue-700 dark:bg-blue-400/20 dark:text-blue-400">POST</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[Create a GitHub Comment](./../api-reference/models/comment/create-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-orange-400/20 text-orange-700 dark:bg-orange-400/20 dark:text-orange-400">PATCH</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Update a GitHub Comment](./../api-reference/models/comment/update-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-red-400/20 text-red-700 dark:bg-red-400/20 dark:text-red-400">DEL</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Delete a GitHub Comment](./../api-reference/models/comment/delete-comment)</td>
      </tr>
    </table>

    <br />

    [view other models supported by GitHub](./../connectors/github)
  </Accordion>

  <Accordion title="GitLab" defaultOpen={false} icon={<svg width="16" height="16" viewBox="0 0 62 62" xmlns="http://www.w3.org/2000/svg" fill="none"><path d="M30.999 51.526l8.106-24.933h-16.2l8.094 24.934z" fill="#e24329"/><path d="M11.551 26.593l-2.468 7.575a1.68 1.68 0 0 0 .607 1.876l21.309 15.482-19.448-24.933z" fill="#fca326"/><path d="M11.551 26.593h11.354l-4.886-15.016c-.25-.768-1.34-.768-1.599 0l-4.868 15.016z" fill="#e24329"/><path d="M50.458 26.593l2.46 7.575a1.68 1.68 0 0 1-.607 1.876L30.999 51.526l19.46-24.933z" fill="#fca326"/><path d="M50.458 26.593H39.105l4.877-15.016c.25-.768 1.34-.768 1.599 0l4.877 15.016z" fill="#e24329"/><g fill="#fc6d26"><path d="M30.999 51.526l8.106-24.933h11.354l-19.46 24.934z"/><path d="M30.999 51.526L11.551 26.593h11.354l8.094 24.934z"/></g></svg>}>
    <p>
      The GitLab connector seamlessly integrates with our unified
      `ticketComment` model. <br />
    </p>

    **API Reference**

    <table className="mt-0">
      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[List and Search GitLab Comments](./../api-reference/models/comment/list-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Retrieve a GitLab Comment](./../api-reference/models/comment/retrieve-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-blue-400/20 text-blue-700 dark:bg-blue-400/20 dark:text-blue-400">POST</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[Create a GitLab Comment](./../api-reference/models/comment/create-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-orange-400/20 text-orange-700 dark:bg-orange-400/20 dark:text-orange-400">PATCH</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Update a GitLab Comment](./../api-reference/models/comment/update-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-red-400/20 text-red-700 dark:bg-red-400/20 dark:text-red-400">DEL</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Delete a GitLab Comment](./../api-reference/models/comment/delete-comment)</td>
      </tr>
    </table>

    <br />

    [view other models supported by GitLab](./../connectors/gitlab)
  </Accordion>

  <Accordion title="HubSpot" defaultOpen={false} icon={<svg width="16" height="16" viewBox="0 0 36 38" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.4767 12.392L27.4767 7.95782C28.0636 7.68406 28.5599 7.24939 28.9085 6.70443C29.2571 6.15966 29.4443 5.52706 29.4462 4.88023L29.4462 4.77841C29.4462 2.89263 27.9179 1.36388 26.0311 1.36388L25.9307 1.36388C25.0247 1.36388 24.1561 1.72363 23.516 2.36398C22.8759 3.00432 22.5155 3.87281 22.5155 4.77841L22.5155 4.88023C22.5195 5.52706 22.7046 6.15966 23.0532 6.70443C23.4018 7.24939 23.8981 7.68406 24.485 7.95782L24.485 12.392C22.8011 12.6498 21.2137 13.3482 19.8863 14.416L7.72652 4.94436C7.81317 4.63131 7.85847 4.30947 7.86241 3.98638C7.86438 3.22542 7.63987 2.48108 7.21839 1.84757C6.79692 1.21406 6.19622 0.719796 5.49508 0.427325C4.79196 0.134853 4.01795 0.057295 3.27151 0.204476C2.52507 0.351657 1.83967 0.71694 1.30003 1.25416C0.760382 1.79136 0.394093 2.47636 0.244411 3.22246C0.0947284 3.96859 0.169527 4.74231 0.459044 5.44572C0.75053 6.14922 1.24295 6.75091 1.87517 7.17455C2.50738 7.59819 3.24985 7.82488 4.01008 7.82586C4.67577 7.82271 5.32965 7.64506 5.90475 7.31044L17.8793 16.6288C16.804 18.2538 16.2427 20.1654 16.2702 22.114C16.2959 24.0628 16.9084 25.9583 18.029 27.5536L14.3874 31.197C14.092 31.1028 13.7847 31.0528 13.4755 31.0487C12.8512 31.0491 12.2407 31.2348 11.7227 31.5822C11.2027 31.9294 10.799 32.423 10.5587 33.0001C10.3204 33.5773 10.2593 34.2123 10.3795 34.825C10.5016 35.4375 10.8029 36.0002 11.2441 36.442C11.6872 36.8835 12.2485 37.1845 12.861 37.3064C13.4735 37.4285 14.1097 37.3661 14.6867 37.1273C15.2638 36.8884 15.7581 36.4839 16.1048 35.9647C16.4514 35.4456 16.6385 34.835 16.6385 34.2105C16.6346 33.9013 16.5834 33.5946 16.4888 33.3002L20.0931 29.6958C21.2689 30.6004 22.6337 31.2242 24.0872 31.519C25.5407 31.8138 27.0415 31.7723 28.4772 31.3973C29.911 31.0223 31.2404 30.3239 32.363 29.3555C33.4876 28.3873 34.3739 27.1749 34.9549 25.811C35.5379 24.4471 35.7999 22.9682 35.7211 21.4875C35.6443 20.0067 35.2287 18.5634 34.5059 17.2683C33.785 15.9729 32.7766 14.8599 31.5575 14.0148C30.3384 13.1695 28.944 12.6145 27.4767 12.392ZM25.9839 26.9753C25.3182 26.9937 24.6544 26.8783 24.034 26.6362C23.4136 26.3939 22.8484 26.03 22.3718 25.5654C21.8932 25.1008 21.515 24.5454 21.2551 23.9317C20.9951 23.318 20.8631 22.6586 20.8631 21.9925C20.8631 21.3264 20.9951 20.667 21.2551 20.0533C21.515 19.4396 21.8932 18.884 22.3718 18.4196C22.8484 17.955 23.4136 17.5911 24.034 17.3488C24.6544 17.1066 25.3182 16.9913 25.9839 17.0097C27.2739 17.0548 28.4969 17.5991 29.395 18.5279C30.2911 19.4566 30.7934 20.6974 30.7953 21.9888C30.7953 23.2802 30.2951 24.5213 29.3989 25.4511C28.5008 26.3808 27.2798 26.9263 25.9897 26.9728" fill="#FF7A59"/></svg>}>
    <p>
      The HubSpot connector seamlessly integrates with our unified
      `ticketComment` model. <br />
    </p>

    **API Reference**

    <table className="mt-0">
      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[List and Search HubSpot Comments](./../api-reference/models/comment/list-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Retrieve a HubSpot Comment](./../api-reference/models/comment/retrieve-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-blue-400/20 text-blue-700 dark:bg-blue-400/20 dark:text-blue-400">POST</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[Create a HubSpot Comment](./../api-reference/models/comment/create-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-orange-400/20 text-orange-700 dark:bg-orange-400/20 dark:text-orange-400">PATCH</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Update a HubSpot Comment](./../api-reference/models/comment/update-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-red-400/20 text-red-700 dark:bg-red-400/20 dark:text-red-400">DEL</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Delete a HubSpot Comment](./../api-reference/models/comment/delete-comment)</td>
      </tr>
    </table>

    <br />

    [view other models supported by HubSpot](./../connectors/hubspot)
  </Accordion>

  <Accordion title="Intercom" defaultOpen={false} icon={<svg width="16" height="16" viewBox="0 0 62 62" xmlns="http://www.w3.org/2000/svg" fill="none"><g clip-path="url(#A)"><path d="M47.133 33.191c-.004.386-.161.755-.435 1.027s-.645.424-1.032.424-.757-.152-1.032-.424-.431-.641-.435-1.027V20c.004-.386.16-.755.435-1.027s.645-.424 1.032-.424.757.152 1.032.424.431.641.435 1.027v13.191zm-.512 9.18c-.227.194-5.66 4.753-15.621 4.753s-15.394-4.559-15.621-4.753c-.295-.253-.478-.613-.508-1.001s.096-.772.349-1.067.612-.478.999-.508.77.094 1.066.346c.086.072 4.938 4.05 13.716 4.05 8.888 0 13.665-4.006 13.712-4.047.614-.527 1.541-.456 2.068.159.253.295.379.679.349 1.067s-.212.748-.508 1.001zM14.867 20c.004-.386.161-.755.435-1.027s.645-.424 1.032-.424.757.152 1.031.424.431.641.435 1.027v13.191c-.004.386-.16.755-.435 1.027s-.645.424-1.031.424-.757-.152-1.032-.424-.431-.641-.435-1.027V20zm7.334-2.933c.006-.385.163-.752.437-1.023s.644-.422 1.029-.422.755.152 1.029.422.431.637.437 1.023v19.594c-.006.385-.163.752-.437 1.023s-.644.422-1.029.422-.755-.151-1.029-.422-.431-.638-.437-1.023V17.067zm7.333-.742c0-.193.038-.383.112-.561s.182-.34.318-.476.298-.244.476-.318.369-.112.561-.112.383.038.561.112.34.182.476.318.244.298.318.476.112.369.112.561v21.267c-.004.386-.161.755-.435 1.027s-.645.424-1.031.424-.757-.152-1.032-.424-.431-.641-.435-1.027V16.325zm7.333.742c.006-.385.163-.752.437-1.023s.644-.422 1.029-.422.755.152 1.029.422.431.637.437 1.023v19.594c-.006.385-.163.752-.437 1.023s-.644.422-1.029.422-.755-.151-1.029-.422-.431-.638-.437-1.023V17.067zM47.5 9h-33A5.5 5.5 0 0 0 9 14.5v33a5.5 5.5 0 0 0 5.5 5.5h33a5.5 5.5 0 0 0 5.5-5.5v-33A5.5 5.5 0 0 0 47.5 9z" fill="#1f8ded"/></g><defs><clipPath id="A"><path fill="#fff" transform="translate(9 9)" d="M0 0h44v44H0z"/></clipPath></defs></svg>}>
    <p>
      The Intercom connector seamlessly integrates with our unified
      `ticketComment` model. <br />
    </p>

    **API Reference**

    <table className="mt-0">
      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[List and Search Intercom Comments](./../api-reference/models/comment/list-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Retrieve a Intercom Comment](./../api-reference/models/comment/retrieve-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-blue-400/20 text-blue-700 dark:bg-blue-400/20 dark:text-blue-400">POST</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[Create a Intercom Comment](./../api-reference/models/comment/create-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-orange-400/20 text-orange-700 dark:bg-orange-400/20 dark:text-orange-400">PATCH</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Update a Intercom Comment](./../api-reference/models/comment/update-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-red-400/20 text-red-700 dark:bg-red-400/20 dark:text-red-400">DEL</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Delete a Intercom Comment](./../api-reference/models/comment/delete-comment)</td>
      </tr>
    </table>

    <br />

    [view other models supported by Intercom](./../connectors/intercom)
  </Accordion>

  <Accordion title="Jira" defaultOpen={false} icon={<svg width="16" height="16" viewBox="0 0 62 62" xmlns="http://www.w3.org/2000/svg" fill="none"><path d="M51.33 29.77L32.412 10.852 30.578 9.02 9.828 29.77a1.74 1.74 0 0 0 0 2.46l13.011 13.01 7.74 7.742L51.33 32.23a1.74 1.74 0 0 0 0-2.46zm-20.752 7.729l-6.498-6.498 6.498-6.5 6.5 6.5-6.5 6.498z" fill="#2684ff"/><path d="M30.578 24.5c-4.254-4.256-4.276-11.15-.045-15.431L16.31 23.287l7.742 7.742 6.527-6.529z" fill="url(#A)"/><path d="M37.096 30.981l-6.518 6.516c2.054 2.052 3.209 4.837 3.209 7.742a10.95 10.95 0 0 1-3.209 7.742l14.258-14.258-7.74-7.742z" fill="url(#B)"/><defs><linearGradient id="A" x1="27.785" y1="19.559" x2="20.343" y2="26.999" gradientUnits="userSpaceOnUse"><stop stop-color="#0052cc"/><stop offset="1" stop-color="#2684ff"/></linearGradient><linearGradient id="B" x1="33.452" y1="42.367" x2="40.879" y2="34.94" gradientUnits="userSpaceOnUse"><stop stop-color="#0052cc"/><stop offset="1" stop-color="#2684ff"/></linearGradient></defs></svg>}>
    <p>
      The Jira connector seamlessly integrates with our unified
      `ticketComment` model. <br />
    </p>

    **API Reference**

    <table className="mt-0">
      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[List and Search Jira Comments](./../api-reference/models/comment/list-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Retrieve a Jira Comment](./../api-reference/models/comment/retrieve-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-blue-400/20 text-blue-700 dark:bg-blue-400/20 dark:text-blue-400">POST</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[Create a Jira Comment](./../api-reference/models/comment/create-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-orange-400/20 text-orange-700 dark:bg-orange-400/20 dark:text-orange-400">PATCH</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Update a Jira Comment](./../api-reference/models/comment/update-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-red-400/20 text-red-700 dark:bg-red-400/20 dark:text-red-400">DEL</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Delete a Jira Comment](./../api-reference/models/comment/delete-comment)</td>
      </tr>
    </table>

    <br />

    [view other models supported by Jira](./../connectors/jira)
  </Accordion>

  <Accordion title="Jira Data Center" defaultOpen={false} icon={<svg width="16" height="16" viewBox="0 0 62 62" xmlns="http://www.w3.org/2000/svg" fill="none"><path d="M51.33 29.77L32.412 10.852 30.578 9.02 9.828 29.77a1.74 1.74 0 0 0 0 2.46l13.011 13.01 7.74 7.742L51.33 32.23a1.74 1.74 0 0 0 0-2.46zm-20.752 7.729l-6.498-6.498 6.498-6.5 6.5 6.5-6.5 6.498z" fill="#2684ff"/><path d="M30.578 24.5c-4.254-4.256-4.276-11.15-.045-15.431L16.31 23.287l7.742 7.742 6.527-6.529z" fill="url(#A)"/><path d="M37.096 30.981l-6.518 6.516c2.054 2.052 3.209 4.837 3.209 7.742a10.95 10.95 0 0 1-3.209 7.742l14.258-14.258-7.74-7.742z" fill="url(#B)"/><defs><linearGradient id="A" x1="27.785" y1="19.559" x2="20.343" y2="26.999" gradientUnits="userSpaceOnUse"><stop stop-color="#0052cc"/><stop offset="1" stop-color="#2684ff"/></linearGradient><linearGradient id="B" x1="33.452" y1="42.367" x2="40.879" y2="34.94" gradientUnits="userSpaceOnUse"><stop stop-color="#0052cc"/><stop offset="1" stop-color="#2684ff"/></linearGradient></defs></svg>}>
    <p>
      The Jira Data Center connector seamlessly integrates with our unified
      `ticketComment` model. <br />
    </p>

    **API Reference**

    <table className="mt-0">
      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[List and Search Jira Data Center Comments](./../api-reference/models/comment/list-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Retrieve a Jira Data Center Comment](./../api-reference/models/comment/retrieve-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-blue-400/20 text-blue-700 dark:bg-blue-400/20 dark:text-blue-400">POST</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[Create a Jira Data Center Comment](./../api-reference/models/comment/create-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-orange-400/20 text-orange-700 dark:bg-orange-400/20 dark:text-orange-400">PATCH</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Update a Jira Data Center Comment](./../api-reference/models/comment/update-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-red-400/20 text-red-700 dark:bg-red-400/20 dark:text-red-400">DEL</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Delete a Jira Data Center Comment](./../api-reference/models/comment/delete-comment)</td>
      </tr>
    </table>

    <br />

    [view other models supported by Jira Data Center](./../connectors/jira-data-center)
  </Accordion>

  <Accordion title="Linear" defaultOpen={false} icon={<svg width="16" height="16" viewBox="0 0 62 62" xmlns="http://www.w3.org/2000/svg" fill="none"><g clip-path="url(#A)" fill="#5e6ad2"><path d="M45.344 47.719c.44-.352.792-.704 1.144-1.144a21.99 21.99 0 0 0 0-31.152 21.99 21.99 0 0 0-31.152 0l-1.056 1.232 31.064 31.064zm-2.64 1.935l-30.36-30.36c-.616.968-1.144 1.936-1.584 2.992l28.952 28.952c1.056-.44 2.024-.968 2.992-1.584zm-6.336 2.729L9.616 25.631c-.352 1.32-.528 2.64-.616 3.96l23.408 23.408c1.32-.088 2.64-.264 3.96-.616zm-8.8.441L9.176 34.432c.704 4.488 2.728 8.712 6.16 12.232 3.52 3.344 7.832 5.456 12.232 6.16z"/></g><defs><clipPath id="A"><path fill="#fff" transform="translate(9 9)" d="M0 0h44v44H0z"/></clipPath></defs></svg>}>
    <p>
      The Linear connector seamlessly integrates with our unified
      `ticketComment` model. <br />
    </p>

    **API Reference**

    <table className="mt-0">
      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[List and Search Linear Comments](./../api-reference/models/comment/list-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Retrieve a Linear Comment](./../api-reference/models/comment/retrieve-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-blue-400/20 text-blue-700 dark:bg-blue-400/20 dark:text-blue-400">POST</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[Create a Linear Comment](./../api-reference/models/comment/create-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-orange-400/20 text-orange-700 dark:bg-orange-400/20 dark:text-orange-400">PATCH</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Update a Linear Comment](./../api-reference/models/comment/update-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-red-400/20 text-red-700 dark:bg-red-400/20 dark:text-red-400">DEL</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Delete a Linear Comment](./../api-reference/models/comment/delete-comment)</td>
      </tr>
    </table>

    <br />

    [view other models supported by Linear](./../connectors/linear)
  </Accordion>

  <Accordion title="Luma" defaultOpen={false} icon={<svg width="16" height="16" viewBox="0 0 62 62" xmlns="http://www.w3.org/2000/svg" fill="none"><rect width="62" height="62" rx="31" fill="#fff"/><path d="M52.672 31c-12.057 0-21.836-9.853-21.836-22 0 12.147-9.779 22-21.836 22 12.057 0 21.836 9.853 21.836 22 0-12.147 9.779-22 21.836-22z" fill="#000"/></svg>}>
    <p>
      The Luma connector seamlessly integrates with our unified
      `ticketComment` model. <br />
    </p>

    **API Reference**

    <table className="mt-0">
      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[List and Search Luma Comments](./../api-reference/models/comment/list-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Retrieve a Luma Comment](./../api-reference/models/comment/retrieve-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-blue-400/20 text-blue-700 dark:bg-blue-400/20 dark:text-blue-400">POST</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[Create a Luma Comment](./../api-reference/models/comment/create-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-orange-400/20 text-orange-700 dark:bg-orange-400/20 dark:text-orange-400">PATCH</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Update a Luma Comment](./../api-reference/models/comment/update-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-red-400/20 text-red-700 dark:bg-red-400/20 dark:text-red-400">DEL</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Delete a Luma Comment](./../api-reference/models/comment/delete-comment)</td>
      </tr>
    </table>

    <br />

    [view other models supported by Luma](./../connectors/luma)
  </Accordion>

  <Accordion title="Monday" defaultOpen={false} icon={<svg width="16" height="16" viewBox="0 0 62 62" xmlns="http://www.w3.org/2000/svg" fill="none"><g clip-path="url(#A)"><path d="M14.379 44.591a5.4 5.4 0 0 1-4.706-2.73 5.22 5.22 0 0 1 .148-5.375l9.69-15.217c.496-.818 1.2-1.489 2.041-1.946s1.787-.682 2.743-.653a5.39 5.39 0 0 1 2.701.801c.814.501 1.479 1.21 1.929 2.053.903 1.708.79 3.763-.291 5.367l-9.684 15.217a5.4 5.4 0 0 1-4.57 2.484z" fill="#f62b54"/><path d="M31 44.59c-1.954 0-3.753-1.045-4.697-2.724-.464-.823-.696-1.756-.67-2.701s.309-1.864.817-2.66l9.672-15.182c.489-.829 1.19-1.513 2.032-1.979s1.793-.7 2.755-.675c1.971.043 3.757 1.146 4.66 2.87.897 1.724.766 3.792-.349 5.391l-9.67 15.182c-.49.762-1.163 1.389-1.959 1.822A5.39 5.39 0 0 1 31 44.59z" fill="#fc0"/><path d="M47.25 44.718c2.755 0 4.989-2.187 4.989-4.884s-2.234-4.884-4.989-4.884-4.989 2.187-4.989 4.884 2.233 4.884 4.989 4.884z" fill="#00ca72"/></g><defs><clipPath id="A"><path fill="#fff" transform="translate(9 18)" d="M0 0h44v26.829H0z"/></clipPath></defs></svg>}>
    <p>
      The Monday connector seamlessly integrates with our unified
      `ticketComment` model. <br />
    </p>

    **API Reference**

    <table className="mt-0">
      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[List and Search Monday Comments](./../api-reference/models/comment/list-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Retrieve a Monday Comment](./../api-reference/models/comment/retrieve-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-blue-400/20 text-blue-700 dark:bg-blue-400/20 dark:text-blue-400">POST</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[Create a Monday Comment](./../api-reference/models/comment/create-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-orange-400/20 text-orange-700 dark:bg-orange-400/20 dark:text-orange-400">PATCH</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Update a Monday Comment](./../api-reference/models/comment/update-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-red-400/20 text-red-700 dark:bg-red-400/20 dark:text-red-400">DEL</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Delete a Monday Comment](./../api-reference/models/comment/delete-comment)</td>
      </tr>
    </table>

    <br />

    [view other models supported by Monday](./../connectors/monday)
  </Accordion>

  <Accordion title="Teamwork" defaultOpen={false} icon={<svg width="16" height="16" viewBox="0 0 62 62" xmlns="http://www.w3.org/2000/svg" fill="none"><rect width="62" height="62" rx="31" fill="#fff"/><path d="M25.361 25.347c2.521 0 3.972-1.375 3.972-3.743 0-2.215-1.528-3.743-3.896-3.743h-5.729V13.66c0-3.056-2.215-4.66-4.354-4.66S11 10.604 11 13.66V42.84C11 49.868 13.826 53 20.09 53c3.361 0 5.347-.84 6.799-1.757 1.069-.611 1.528-1.91 1.528-2.903 0-1.91-1.222-3.972-3.056-3.972-.229 0-.535.076-.764.153-.076.076-.229.076-.306.153-.458.229-1.146.535-2.062.535-1.146 0-2.444-.382-2.444-3.514V25.347h5.576z" fill="#1d1c39"/><path d="M44 37.646c-4.201 0-7.639 3.438-7.639 7.639s3.438 7.639 7.639 7.639 7.639-3.437 7.639-7.639c0-4.278-3.437-7.639-7.639-7.639z" fill="#ff22b1"/></svg>}>
    <p>
      The Teamwork connector seamlessly integrates with our unified
      `ticketComment` model. <br />
    </p>

    **API Reference**

    <table className="mt-0">
      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[List and Search Teamwork Comments](./../api-reference/models/comment/list-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Retrieve a Teamwork Comment](./../api-reference/models/comment/retrieve-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-blue-400/20 text-blue-700 dark:bg-blue-400/20 dark:text-blue-400">POST</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[Create a Teamwork Comment](./../api-reference/models/comment/create-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-orange-400/20 text-orange-700 dark:bg-orange-400/20 dark:text-orange-400">PATCH</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Update a Teamwork Comment](./../api-reference/models/comment/update-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-red-400/20 text-red-700 dark:bg-red-400/20 dark:text-red-400">DEL</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Delete a Teamwork Comment](./../api-reference/models/comment/delete-comment)</td>
      </tr>
    </table>

    <br />

    [view other models supported by Teamwork](./../connectors/teamwork)
  </Accordion>

  <Accordion title="TickTick" defaultOpen={false} icon={<svg width="16" height="16" viewBox="0 0 800 800" xmlns="http://www.w3.org/2000/svg" class=""><g fill="none" fill-rule="evenodd"><rect></rect><path d="M30.755 33.292l-7.34 8.935L40.798 56.48a5.782 5.782 0 008.182-.854l31.179-38.93-9.026-7.228L43.614 43.83l-12.86-10.538z" fill="#FFB000"></path><path d="M44 78.1C25.197 78.1 9.9 62.803 9.9 44S25.197 9.9 44 9.9V0C19.738 0 0 19.738 0 44s19.738 44 44 44 44-19.738 44-44h-9.9c0 18.803-15.297 34.1-34.1 34.1" fill="#4772FA"></path></g></svg>}>
    <p>
      The TickTick connector seamlessly integrates with our unified
      `ticketComment` model. <br />
    </p>

    **API Reference**

    <table className="mt-0">
      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[List and Search TickTick Comments](./../api-reference/models/comment/list-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Retrieve a TickTick Comment](./../api-reference/models/comment/retrieve-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-blue-400/20 text-blue-700 dark:bg-blue-400/20 dark:text-blue-400">POST</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[Create a TickTick Comment](./../api-reference/models/comment/create-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-orange-400/20 text-orange-700 dark:bg-orange-400/20 dark:text-orange-400">PATCH</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Update a TickTick Comment](./../api-reference/models/comment/update-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-red-400/20 text-red-700 dark:bg-red-400/20 dark:text-red-400">DEL</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Delete a TickTick Comment](./../api-reference/models/comment/delete-comment)</td>
      </tr>
    </table>

    <br />

    [view other models supported by TickTick](./../connectors/ticktick)
  </Accordion>

  <Accordion title="Todoist" defaultOpen={false} icon={<svg width="16" height="16" viewBox="0 0 62 62" xmlns="http://www.w3.org/2000/svg" fill="none"><path d="M45.976 9H16.123c-3.879 0-7.024 3.145-7.024 7.024v29.853c0 3.879 3.145 7.024 7.024 7.024h29.853c3.879 0 7.024-3.145 7.024-7.024V16.024C53 12.145 49.855 9 45.976 9z" fill="#de483a"/><g fill="#fff"><path d="M18.378 29.569l8.745-5.032.011-.007 9.011-5.186c.38-.22.398-.892-.028-1.136l-.298-.17-1.237-.708a1.4 1.4 0 0 0-1.368.017l-14.881 8.554a1.85 1.85 0 0 1-1.837 0L9 21.545v3.703l.077.044 7.384 4.28c.657.37 1.285.362 1.918-.003z"/><path d="M18.378 36.967l8.734-5.027.033-.019 9-5.179c.38-.22.398-.893-.028-1.136l-.298-.17-1.237-.708a1.4 1.4 0 0 0-1.368.016l-14.881 8.552a1.85 1.85 0 0 1-1.837 0L9 28.943v3.701l.077.045 7.384 4.28a1.8 1.8 0 0 0 1.918-.003z"/><path d="M27.124 39.33l-8.746 5.034c-.633.365-1.262.373-1.918.003l-7.384-4.28L9 40.041v-3.701l7.496 4.354a1.85 1.85 0 0 0 1.837 0l14.881-8.554a1.4 1.4 0 0 1 1.368-.017l1.537.878c.425.244.406.918.026 1.137l-9.02 5.191z"/></g></svg>}>
    <p>
      The Todoist connector seamlessly integrates with our unified
      `ticketComment` model. <br />
    </p>

    **API Reference**

    <table className="mt-0">
      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[List and Search Todoist Comments](./../api-reference/models/comment/list-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Retrieve a Todoist Comment](./../api-reference/models/comment/retrieve-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-blue-400/20 text-blue-700 dark:bg-blue-400/20 dark:text-blue-400">POST</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[Create a Todoist Comment](./../api-reference/models/comment/create-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-orange-400/20 text-orange-700 dark:bg-orange-400/20 dark:text-orange-400">PATCH</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Update a Todoist Comment](./../api-reference/models/comment/update-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-red-400/20 text-red-700 dark:bg-red-400/20 dark:text-red-400">DEL</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Delete a Todoist Comment](./../api-reference/models/comment/delete-comment)</td>
      </tr>
    </table>

    <br />

    [view other models supported by Todoist](./../connectors/todoist)
  </Accordion>

  <Accordion title="Trello" defaultOpen={false} icon={<svg width="16" height="16" viewBox="0 0 62 62" xmlns="http://www.w3.org/2000/svg" fill="none"><path fill-rule="evenodd" d="M46.992 9.178H14.468a5.07 5.07 0 0 0-5.071 5.064v32.477a5.07 5.07 0 0 0 5.071 5.092h32.525a5.07 5.07 0 0 0 5.064-5.092V14.242a5.07 5.07 0 0 0-5.064-5.064zM27.795 39.884c-.002.451-.183.882-.504 1.199s-.754.493-1.205.489h-7.108a1.69 1.69 0 0 1-1.681-1.688V18.732a1.69 1.69 0 0 1 1.681-1.688h7.108c.931.004 1.684.757 1.688 1.688l.021 21.152zm16.402-9.712a1.69 1.69 0 0 1-1.709 1.688h-7.108c-.931-.004-1.684-.758-1.688-1.688V18.732c.004-.931.757-1.684 1.688-1.688h7.108a1.69 1.69 0 0 1 1.681 1.688l.027 11.441z" fill="url(#A)"/><defs><linearGradient id="A" x1="30.747" y1="51.81" x2="30.747" y2="9.178" gradientUnits="userSpaceOnUse"><stop stop-color="#0052cc"/><stop offset="1" stop-color="#2684ff"/></linearGradient></defs></svg>}>
    <p>
      The Trello connector seamlessly integrates with our unified
      `ticketComment` model. <br />
    </p>

    **API Reference**

    <table className="mt-0">
      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[List and Search Trello Comments](./../api-reference/models/comment/list-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Retrieve a Trello Comment](./../api-reference/models/comment/retrieve-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-blue-400/20 text-blue-700 dark:bg-blue-400/20 dark:text-blue-400">POST</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[Create a Trello Comment](./../api-reference/models/comment/create-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-orange-400/20 text-orange-700 dark:bg-orange-400/20 dark:text-orange-400">PATCH</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Update a Trello Comment](./../api-reference/models/comment/update-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-red-400/20 text-red-700 dark:bg-red-400/20 dark:text-red-400">DEL</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Delete a Trello Comment](./../api-reference/models/comment/delete-comment)</td>
      </tr>
    </table>

    <br />

    [view other models supported by Trello](./../connectors/trello)
  </Accordion>

  <Accordion title="Zendesk" defaultOpen={false} icon={<svg width="16" height="16" viewBox="0 0 62 62" xmlns="http://www.w3.org/2000/svg" fill="none"><rect width="62" height="62" rx="31" fill="#fff"/><g clip-path="url(#A)"><path d="M29.335 22.778v24.462H9.074l20.262-24.462zm0-8.778a10.13 10.13 0 0 1-10.131 10.131A10.13 10.13 0 0 1 9.074 14h20.262zm3.338 33.243a10.13 10.13 0 0 1 10.131-10.131 10.13 10.13 0 0 1 10.131 10.131H32.673zm0-8.778V14h20.266L32.673 38.462v.002z" fill="#03363d"/></g><defs><clipPath id="A"><path fill="#fff" transform="translate(9 14)" d="M0 0h44v33.379H0z"/></clipPath></defs></svg>}>
    <p>
      The Zendesk connector seamlessly integrates with our unified
      `ticketComment` model. <br />
    </p>

    **API Reference**

    <table className="mt-0">
      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[List and Search Zendesk Comments](./../api-reference/models/comment/list-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Retrieve a Zendesk Comment](./../api-reference/models/comment/retrieve-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-blue-400/20 text-blue-700 dark:bg-blue-400/20 dark:text-blue-400">POST</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[Create a Zendesk Comment](./../api-reference/models/comment/create-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-orange-400/20 text-orange-700 dark:bg-orange-400/20 dark:text-orange-400">PATCH</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Update a Zendesk Comment](./../api-reference/models/comment/update-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-red-400/20 text-red-700 dark:bg-red-400/20 dark:text-red-400">DEL</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Delete a Zendesk Comment](./../api-reference/models/comment/delete-comment)</td>
      </tr>
    </table>

    <br />

    [view other models supported by Zendesk](./../connectors/zendesk)
  </Accordion>

  <Accordion title="Zoho Desk" defaultOpen={false} icon={<svg width="16" height="16" viewBox="0 0 62 62" xmlns="http://www.w3.org/2000/svg" fill="none"><path d="M14.29 53a1.35 1.35 0 0 1-.713-.212 1.28 1.28 0 0 1-.562-1.275l3.688-22.66a5.15 5.15 0 0 1 1.745-3.096 5.18 5.18 0 0 1 3.339-1.229h15.193l.85-5.206h-1.427a2.13 2.13 0 0 1-1.639-.759c-.41-.486-.592-1.108-.486-1.73l.971-6.026A2.14 2.14 0 0 1 37.375 9h5.661c1.518 0 2.945.668 3.931 1.821a5.14 5.14 0 0 1 1.169 4.174L45.86 29.019c-.106.607-.455 1.153-.987 1.487l-12.719 7.847c-.774.471-1.761.425-2.474-.152l-5.919-4.72a1.27 1.27 0 0 1 1.609-2.003l5.692 4.538 12.294-7.619 2.246-13.827c.121-.744-.091-1.503-.577-2.079s-1.199-.911-1.958-.911H37.77l-.835 5.16h1.412a2.13 2.13 0 0 1 1.639.759c.41.486.592 1.108.486 1.73l-.986 6.056a2.14 2.14 0 0 1-2.125 1.806H21.788c-1.275 0-2.337.911-2.55 2.17L16.005 49.13l4.538-2.808a2.11 2.11 0 0 1 1.138-.319h16.62c1.275 0 2.337-.911 2.55-2.17l1.032-6.359c.121-.698.774-1.184 1.472-1.062s1.184.774 1.062 1.472l-1.032 6.359a5.15 5.15 0 0 1-1.745 3.096 5.18 5.18 0 0 1-3.339 1.229H21.788l-6.83 4.235c-.197.137-.44.197-.668.197z" fill="#089949"/></svg>}>
    <p>
      The Zoho Desk connector seamlessly integrates with our unified
      `ticketComment` model. <br />
    </p>

    **API Reference**

    <table className="mt-0">
      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[List and Search Zoho Desk Comments](./../api-reference/models/comment/list-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-green-400/20 text-green-700 dark:bg-green-400/20 dark:text-green-400">GET</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Retrieve a Zoho Desk Comment](./../api-reference/models/comment/retrieve-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md  leading-tight font-bold bg-blue-400/20 text-blue-700 dark:bg-blue-400/20 dark:text-blue-400">POST</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment`</td>
        <td className="py-1 px-2">[Create a Zoho Desk Comment](./../api-reference/models/comment/create-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-orange-400/20 text-orange-700 dark:bg-orange-400/20 dark:text-orange-400">PATCH</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Update a Zoho Desk Comment](./../api-reference/models/comment/update-comment)</td>
      </tr>

      <tr>
        <td className="py-1 px-2">
          <span className="px-1 py-0.5 rounded-md leading-tight font-bold bg-red-400/20 text-red-700 dark:bg-red-400/20 dark:text-red-400">DEL</span>
        </td>

        <td className="py-1 px-2">`/resources/ticketComment/:id`</td>
        <td className="py-1 px-2">[Delete a Zoho Desk Comment](./../api-reference/models/comment/delete-comment)</td>
      </tr>
    </table>

    <br />

    [view other models supported by Zoho Desk](./../connectors/zoho-desk)
  </Accordion>
</AccordionGroup>
