Skip to content

Latest commit

 

History

History
143 lines (120 loc) · 11.4 KB

File metadata and controls

143 lines (120 loc) · 11.4 KB

Hudu integration

{% hint style="info" %} If you’re new to integrations in Rewst, read through our introductory integration documentation here. {% endhint %}

What does the Hudu integration do?

Rewst's Hudu integration enables the automation of documentation management. Use the Hudu API within Rewst workflows to perform actions such as managing and documenting assets, websites, passwords, and procedures.

  • Document Microsoft environment
  • Document Rewst form URLs
  • Document Microsoft shared mailboxes
  • Document Microsoft user details
  • Document Microsoft group details

Set up the Hudu integration

Set up steps in Hudu

  1. Log in to your Hudu instance.

  2. Click on the Admin tab in the top menu.

  3. Scroll down and click API Keys under the Account Administration menu.

  4. Click + New API Key at the upper right of the page.

  5. Enter or select the following:

    1. Name: Rewst
    2. Limit scope to:
    3. Allowed IP Addresses: View Rewst IPs here
    4. Check the box for View passwords
    5. Check the box for Delete data
    6. Check the box for Export data
  6. Click Create.

  7. Copy and save the API key that is generated and listed at the top of the page under New API Key.

Set up steps in Rewst

  1. Navigate to Marketplace > Integrations in the left side menu of your Rewst platform.

  2. In the integrations page, search for Hudu.

  3. Click on the integration tile to begin the installation process.

  4. Enter the name of your choice for your integration.

  5. Enter a description if desired.

  6. Enter your copied API key from your Hudu Instance.

  7. Add your Hudu Instance hostname in the Hudu URL field: for example, yourinstance.huducloud.com .

  8. Click Save Configuration.

  9. Rewst will do a quick validation of your input. Once completed, you'll see a new section beneath the configuration form for organization mapping. Complete your mapping as desired.

Test the integration

  1. Navigate to Automations > Workflows.
  2. Click Create.
  3. Name your workflow, and click Submit. Note that after your test, you won't need this workflow, and could delete it if desired.
  4. Drag the Hudu action List Companies onto your workflow builder canvas.

  5. Click Test. If the action succeeds, then you’re all set.

{% hint style="success" %} Got an idea for a new Integration? Rewst is constantly adding new integrations to our integrations page. Submit your idea or upvote existing ideas here in our Canny feedback collector. {% endhint %}

Crates related to the Hudu integration

Document M365 EnvironmentDocument m365 environment.png
Document Rewst Form URLsScreenshot 2025-03-03 at 2.05.49 PM.png
Document Shared Mailbox DetailsDocument shared mailbox details (1).png
Document Group DetailsDocument Group Details V2.png
Document User DetailsDocument user details v2.png

{% hint style="info" %} Got an idea for a new Integration? Rewst is constantly adding new integrations to our integrations page. Submit your idea or upvote existing ideas here in our Canny feedback collector. {% endhint %}

Hudu actions and endpoints

{% hint style="info" %} For more on how actions work in Rewst, check out our introductory actions documentation here. {% endhint %}

You can access Hudu’s own API documentation by signing into your Hudu instance with an admin account, and navigating to Admin > API > Hudu API Documentation.

Action Name Description Endpoint Related to Action
Archive Asset Archive an Asset /companies
Archive Company Archive a Company /companies
Archive Knowledge Base Article Archive a Knowledge Base Article /articles
Archive Password Archive a Password by ID /asset_passwords
Create Asset for Company /companies
Create Asset Layout /asset_layouts
Create Company /companies
Create Folder /folders
Create Knowledge Base Article /articles
Create or Update Magic Dash Item /magic_dash
Create Password /asset_passwords
Create Relation /relations
Create Website /websites
Delete Asset Delete an Asset /companies
Delete Company Delete a Company /companies
Delete Folder Delete a Folder by ID /folders
Delete Knowledge Base Article Delete a Knowledge Base Article /articles
Delete Magic Dash Item with ID Delete a Magic Dash Item with ID /magic_dash
Delete Password Delete a Password /asset_passwords
Delete Relation Delete a Relation /relations
Delete Website Delete a Website /websites
Get Asset Get an Asset by ID /companies
Get Asset Layout Get an Asset Layout by ID /asset_layouts
Get Company Get a Company by ID /companies
Get Folder Get a Folder by ID /folders
Get Knowledge Base Article Get a Knowledge Base Article by ID /articles
Get Password Get a Password by ID /asset_passwords
Get Procedure Get a Procedure (Process) by ID /procedures
Get Website Get a Website by ID /websites
Hudu API Request Generic Action for Making Authenticated Requests
List Activity Logs Get Activity Logs for Account /activity_logs
List All Assets List Assets for All Companies /companies
List All Relations Get a List of All Relations /relations
List Asset Layouts Get a List of Asset Layouts /asset_layouts
List Companies Get a List of Companies /companies
List Company Assets Get a List of Assets Specific to a Company /companies
List Expirations Get Expirations for Account /expirations
List Folders Get a List of Folders /folders
List Knowledge Base Articles Get a List of Knowledge Base Articles /articles
List Magic Dash Items Get all Magic Dash Items /magic_dash
List Passwords Get a List of Passwords /asset_passwords
List Procedures (Processes) Get a List of Procedures (Processes) /procedures
List Websites Get a List of All Websites /websites
Search Integration Cards Lookup Cards with Outside Integration Details /cards
Unarchive Asset Unarchive an Asset /companies
Unarchive Company Unarchive a Company /companies
Unarchive Knowledge Base Article Unarchive a Knowledge Base Article /articles
Unarchive Password Unarchive a Password by ID /asset_passwords
Update Asset Update an Asset by ID /companies
Update Asset Layout Update an Asset Layout /asset_layouts
Update Company Update a Company /companies
Update Folder Update a Folder by ID /folders
Update Knowledge Base Article Update a Knowledge Base Article /articles
Update Password Update a Password by ID /asset_passwords
Update Website Update a Website by ID /websites