{% hint style="info" %} If you’re new to integrations in Rewst, read through our introductory integration documentation here. {% endhint %}
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
-
Log in to your Hudu instance.
-
Click on the Admin tab in the top menu.
-
Scroll down and click API Keys under the Account Administration menu.
-
Click + New API Key at the upper right of the page.
-
Enter or select the following:
- Name: Rewst
- Limit scope to:
- Allowed IP Addresses: View Rewst IPs here
- Check the box for View passwords
- Check the box for Delete data
- Check the box for Export data
-
Click Create.
-
Copy and save the API key that is generated and listed at the top of the page under New API Key.
-
Navigate to Marketplace > Integrations in the left side menu of your Rewst platform.
-
Click on the integration tile to begin the installation process.
-
Enter the name of your choice for your integration.
-
Enter a description if desired.
-
Enter your copied API key from your Hudu Instance.
-
Add your Hudu Instance hostname in the Hudu URL field: for example,
yourinstance.huducloud.com. -
Click Save Configuration.
-
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.
- Navigate to Automations > Workflows.
- Click Create.
- Name your workflow, and click Submit. Note that after your test, you won't need this workflow, and could delete it if desired.
- Drag the Hudu action List Companies onto your workflow builder canvas.
%20(1).png)
- 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 %}
| Document M365 Environment | Document m365 environment.png |
| Document Rewst Form URLs | Screenshot 2025-03-03 at 2.05.49 PM.png |
| Document Shared Mailbox Details | Document shared mailbox details (1).png |
| Document Group Details | Document Group Details V2.png |
| Document User Details | Document 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 %}
{% 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 |
