Dotfile connector
The connector that exposes Dotfile's API as triggers and actions, pre-installed
The Dotfile connector is built and maintained by Dotfile, and comes pre-installed in Integration Studio. It exposes Dotfile's API endpoints as triggers and actions in your recipes, so you can automate and orchestrate any Dotfile process.
With it, you can:
- Trigger recipes from Dotfile events via webhooks. Every webhook event is available as a recipe trigger. To learn more about webhooks, read our API documentation.
- Access and use the Dotfile APIs inside your automations, which makes Dotfile data available to other apps. Retrieve data, or create, update and delete records in Dotfile (companies, individuals, documents, cases) through any public API endpoint.
You can also chain actions together, using the output of one step (a company ID returned by a search, for example) as the input of the next, and build logic that adapts to your data: loop over results, handle errors and branch on conditions.
Updated about 1 month ago
Did this page help you?