Dotfile connector
The Dotfile connector is built and maintained by Dotfile, and comes pre-installed in Integration Studio. It enables you to automate and orchestrate any Dotfile process by exposing Dotfile’s API endpoints as triggers and actions in your recipes.
It enables you to:
- Trigger recipes from Dotfile events via webhooks. Every webhook event is accessible as a trigger for a recipe. To learn more about webhooks, read our API Documentation.

- Access and use Dotfile APIs within your automations, making Dotfile data available to other apps. Instantly retrieve data or create, update and delete records in Dotfile (e.g., companies, individuals, documents, cases) by accessing any public API endpoint.

- Chain actions together effortlessly: output from one step (e.g., company ID from a search) can be used as input for the next (e.g., retrieve company details).
- Build logic that adapts to your data: loop over results, handle errors, and branch based on conditions.
Updated about 4 hours ago