Certyneo and Make: Automating Signature in Engineering
Automating electronic signature workflows via Make (Integromat) transforms document processes in engineering. Discover how to integrate Certyneo in just a few steps.
Équipe éditoriale Certyneo
Writer — Certyneo · About Certyneo
Why Automate Electronic Signature in Engineering with Make?
The engineering sector generates a considerable volume of contractual documents: engineering contracts, amendments, handover minutes, subcontracting agreements, compliance certificates and study reports. According to a McKinsey study (2024), engineering teams dedicate an average of 27% of their working time to repetitive administrative tasks, with the collection and tracking of signatures among the most time-consuming.
Connecting Certyneo to an automation platform like Make (formerly Integromat) allows you to transform these manual processes into intelligent workflows, where each signature is triggered, tracked and archived without human intervention. This guide explains to you, step by step, how to set up this integration in a B2B engineering context, while complying with eIDAS regulatory requirements.
We will address successively the architecture of the integration, step-by-step configuration in Make, available triggers and actions, then best practices specific to the engineering sector.
---
Understanding the Make + Certyneo Architecture for Engineering
Make (Integromat): A No-Code Orchestration Platform
Make is a visual integration and automation platform that allows you to create scenarios connecting hundreds of applications via drag-and-drop modules. Unlike Zapier, Make offers advanced conditional logic, iterators, aggregators and routers, making it a particularly suitable tool for complex engineering workflows (multi-party, multi-step, documents with multiple signers).
Make positions itself between your business tools (ERP, CRM, project management tools such as Autodesk Construction Cloud, Procore, or Microsoft Project) and Certyneo, orchestrating data flows and signature triggers.
The Certyneo API: The Entry Point of the Integration
Certyneo exposes a complete RESTful API allowing you to perform all operations available from the graphical interface: creating signature requests, adding signers, defining signature fields, sending notifications, retrieving status and downloading signed documents. The API uses OAuth 2.0 authentication and JSON format, which guarantees native compatibility with Make via the HTTP module or, ideally, via a dedicated Certyneo connector.
The Certyneo API complies with interoperability standards defined by ETSI EN 319 132 for XAdES signature and ETSI EN 319 122 for CAdES, ensuring that each signature produced is legally enforceable throughout the European Union.
Typical Topology of an Engineering Workflow
In a design office or engineering company, a typical workflow looks like this:
- Trigger: a new subcontracting contract is created in the ERP (e.g. SAP, Sage, or a construction project management tool).
- Extraction: Make retrieves contract metadata (parties, amount, project references).
- Document Generation: the Certyneo AI contract generator produces the structured PDF document.
- Creation of the Signature Request: Make calls the Certyneo API to create the request and add signers in the defined order.
- Sequential or Parallel Signature: Certyneo sends signature links to the parties involved.
- Notification and Archiving: upon receipt of each signature, Make triggers a Slack/Teams notification and archives the signed document in your DMS (SharePoint, Google Drive, Egnyte, etc.).
This architecture eliminates manual email exchanges and guarantees complete traceability, essential during engineering project audits.
---
Step-by-Step Configuration of the Integration in Make
Step 1 — Create the Scenario and Configure the Certyneo Connection
In your Make workspace, create a new scenario. If the native Certyneo connector is available in the Make marketplace, select it directly; otherwise, use the HTTP > Make a request module or HTTP > Make an OAuth 2.0 request.
To configure the connection:
- Base URL: `https://api.certyneo.com/v1`
- Authentication Method: OAuth 2.0 (Client Credentials) or Bearer Token API key, depending on your Certyneo account configuration
- API Key: available in your Certyneo dashboard, Settings > Integrations > API section
Keep your API key in Make's connection manager (and not hard-coded in the scenario) to comply with security best practices.
Step 2 — Define the Trigger Suitable for the Engineering Sector
The choice of trigger is decisive. In engineering, the most common triggers are:
| Trigger | Make Module | Use Case | |---|---|---| | New file in a SharePoint folder | SharePoint > Watch Files | Contract deposited by sales | | New row in a Google Sheets spreadsheet | Google Sheets > Watch Rows | Tracking of contracts to be signed | | Incoming webhook from the ERP | Webhooks > Custom Webhook | Validated purchase order in SAP | | New Jira/Asana ticket | Jira > Watch Issues | Project deliverable requiring client validation |
For complex engineering workflows (e.g. signing a master agreement requiring co-signature from a technical director and legal director), the incoming Webhook trigger from the ERP offers the greatest flexibility.
Step 3 — Create the Signature Request via the Certyneo API
Once the trigger is configured, add an HTTP module pointing to the Certyneo signature request creation endpoint:
``` POST https://api.certyneo.com/v1/signature-requests ```
The JSON request body includes:
```json { "name": "Subcontracting Contract - Project {{1.project_name}}", "signers": [ { "email": "{{1.signer_email}}", "name": "{{1.signer_name}}", "order": 1 } ], "document_url": "{{2.file_url}}", "signature_level": "advanced", "expiry_date": "{{formatDate(addDays(now; 15); 'YYYY-MM-DD')}}" } ```
Note the use of `advanced` signature level (advanced electronic signature, AES), in accordance with eIDAS requirements for engineering contracts of significant value. For internal low-stakes documents, the `simple` level is sufficient.
Step 4 — Manage Notifications and Post-Signature Archiving
After creating the request, add a second branch in your Make scenario, triggered by a Certyneo Webhook signalling the completion of the signature. Certyneo automatically sends a POST to the webhook URL that you will have defined in the signature request parameters.
Upon receipt of this webhook, your scenario can:
- Download the signed and timestamped PDF via `GET /signature-requests/{id}/signed-document`
- Archive it in your DMS (SharePoint, Egnyte, Google Drive)
- Update the contract status in your ERP or CRM
- Send an automatic notification to the project team via Slack, Teams or email
- Trigger invoicing or open a new project in your management tool
This chain of actions guarantees end-to-end traceability of the document lifecycle, a fundamental requirement in audited projects (ISO 9001 certification, public contracts, Seveso projects).
---
Best Practices Specific to the Engineering Sector
Managing Multi-Party Signatures and Sequential Workflows
Engineering often involves documents requiring multiple signers in a specific order: first the project manager, then the technical director, finally the legal representative of the client company. Certyneo natively handles sequential signature via the `order` parameter in the signer list.
In Make, you can dynamically build the signer array using an Array Aggregator that collects signer data from your ERP or a reference table, before injecting it into the Certyneo API request. This approach allows you to manage contracts with 5 to 10 signers without modifying the scenario.
Associating Signatures with Project Folders
In engineering, each signed document must be associated with a specific project folder. Use Certyneo's custom metadata to store the business number, project phase and contract code. This metadata will be returned in the completion webhook and can be used by Make to archive the document in the correct folder of your DMS.
This practice aligns with the requirements of standard NF EN ISO 19650 (information management in BIM) and facilitates documentary audits at the end of the project.
Monitoring Workflow Quality and Errors
Make offers a detailed execution log for each scenario. In a professional context, configure email or Slack alerts on scenarios in error, and use Make's Error Handler module to handle Certyneo API failure cases (rate limiting, document too large, signer not found).
If you wish to compare Certyneo's capabilities with other solutions on the market before launching the integration, consult our comparison of electronic signature solutions to identify the solution best suited to your engineering context.
Finally, to maximise the return on investment of your automated workflow, our electronic signature ROI calculator allows you to precisely estimate the time savings and cost reductions achievable according to the document volume processed by your design office.
Legal Framework Applicable to Electronic Signature in Engineering
Legal Foundations of Electronic Signature
In French law, the legal value of electronic signature is based on Article 1366 of the Civil Code, which provides that "writing in electronic form is admissible as evidence in the same way as writing on paper support", and Article 1367, which specifies that "the signature necessary for the completion of a legal act identifies its author and manifests their consent".
At the European level, the eIDAS Regulation No. 910/2014 (Electronic Identification, Authentication and Trust Services), supplemented by eIDAS 2.0 (EU Regulation 2024/1183), defines three levels of electronic signature:
- SES (Simple Electronic Signature): suitable for internal documents with low stakes.
- AES (Advanced Electronic Signature): recommended for standard engineering contracts, subcontracting agreements and purchase orders. It guarantees reliable identification of the signer and document integrity.
- QES (Qualified Electronic Signature): required for authentic acts and certain large-scale public contracts.
Specific Obligations in the Engineering Sector
In the context of public contracts, Decree No. 2016-360 relating to public contracts requires full dematerialisation above certain thresholds. Commitment acts and subcontracting contracts must be signed with an AES or QES compliant with eIDAS, produced by a qualified trust service provider (QTSP) listed on the European Trusted List.
Standard ETSI EN 319 132 defines the XAdES profiles used for advanced XML signature, while ETSI EN 319 122 covers CAdES profiles for binary document signature. Certyneo complies with these standards, guaranteeing interoperability and cross-border recognition of signatures.
GDPR and Protection of Signer Data
The processing of personal data of signers (name, email, signature biometric data) is subject to GDPR Regulation No. 2016/679. As data controller, your engineering company must ensure that Certyneo acts as a sub-processor under Article 28 GDPR, with a proper DPA (Data Processing Agreement) in place. Signature data must be retained for the applicable limitation period (5 years for commercial contracts under Article L. 110-4 of the Commercial Code, 10 years for construction contracts due to the ten-year warranty).
NIS2 Directive and Security of Automated Workflows
Engineering companies operating in critical sectors (energy, transport, water) may be subject to the NIS2 Directive (2022/2555/EU), transposed into French law by the law of 14 April 2025. This directive imposes security requirements on information systems, including automation workflows connected to third-party service providers such as Make and Certyneo. It is necessary to document data flows, encrypt communications (TLS 1.3 minimum) and maintain a register of digital sub-contractors.
Use Cases: Make + Certyneo in Engineering
Use Case 1 — Geotechnical Design Office Managing 300 Mission Reports Annually
A design office specializing in geotechnics, with about fifteen engineers, produces an average of 300 mission reports and service contracts annually. Before the Make + Certyneo integration, each report required manual email sending, phone follow-up after 5 days without response, and manual archiving on the file server. The average time to collect signatures was 8 working days.
After deployment of the automated workflow — triggered by depositing the finalized report in SharePoint — the Make scenario automatically creates the Certyneo signature request, sends the notification to the client, and automatically follows up at D+3 if the signature is not received. The signed document is instantly archived in the corresponding project folder.
Result: reduction in signature time from 8 days to 1.8 days on average (−78%), estimated savings of 2.5 hours of administrative assistance per week, or approximately €3,500 per year in administrative processing costs. These orders of magnitude are consistent with industry benchmarks published by Forrester Research on documentary automation (2024).
Use Case 2 — Industrial Engineering Company Managing Multi-Party Subcontracting Contracts
A mid-sized industrial engineering company (80 to 150 employees) oversees projects requiring the signature of subcontracting agreements involving 3 to 6 parties: client, delegated engineer, first and second-tier subcontractors. Each contract requires strict sequential signature for contractual and insurance reasons.
The Make + Certyneo workflow is triggered by the validation of the purchase order in the ERP. Make dynamically builds the ordered list of signers from the supplier database, creates the Certyneo signature request with sequential parameters, and notifies each party in turn. Upon completion, the signed contract is archived in Procore and the contract status is updated in the ERP.
Result: elimination of sequencing errors (a subcontractor signing before the engineer) through automatic signature order management. Average contract completion time reduced from 12 days to 4 days (−67%), accelerating the effective start of projects.
Use Case 3 — Engineering Consulting Firm Managing Scope Change Amendments
An engineering consulting firm assisting industrial clients in their product transformation projects frequently produces amendments (modifications) during the mission, requiring rapid validation to prevent project delays. These amendments were previously printed, signed at meetings or sent by mail, generating delays incompatible with the pace of agile projects.
With Make + Certyneo, creating an amendment in the project management tool automatically triggers a signature request. The client receives a mobile-friendly signature link allowing them to sign from their smartphone in less than 2 minutes, even while travelling on site. The advanced signature level (AES) is applied, ensuring the legal value of the amendment.
Result: amendment validation time reduced from 5 to 7 days to less than 24 hours in 85% of cases. Improved client satisfaction and reduced risk of undocumented scope creep, a frequent source of disputes in engineering consulting.
Conclusion
The integration of Certyneo with Make (Integromat) represents a major efficiency lever for players in the engineering sector. By automating the entire document lifecycle — from contract creation to archiving the signed document — you eliminate repetitive manual tasks, reduce signature times by 67 to 78% on average, and guarantee complete eIDAS compliance for each document produced.
The technical configuration, while requiring careful initial setup, is accessible to teams with a no-code profile or a Make integrator. Benefits manifest within the first few weeks of use, with measurable ROI on administration costs and project startup times.
Ready to transform your document workflows? Create your Certyneo account for free and connect your first Make scenario in less than an hour, or contact our team for personalised support tailored to your engineering context.
Try Certyneo for free
Send your first signature envelope in less than 5 minutes. 5 free envelopes per month, no credit card required.
Recommended articles
Deepen your knowledge with these articles related to the topic.
Activity Report in Accounting: Practical Guide 2026
Producing a rigorous activity report is a strategic priority for any accounting firm. Discover the methods, digital tools and legal obligations to master in 2026.
Sending a Financial Statement for Signature: Complete Guide
The validation of a financial statement through electronic signature is gaining ground in accounting firms. Discover how to send your documents in full legal compliance.
Send a Document for Signature in the Engineering Sector
In engineering and design offices, the signature of contractual documents is daily and strategic. Discover how to streamline this process while guaranteeing regulatory compliance.