Developers / FR invoicing
Connect Sellsy, Axonaut or Pennylane to SignCloud via Make or n8n — no code.
Requirements: your SignCloud API key (Account → API & Webhooks) and the SignCloud module for Make or n8n. The customer must have a mobile (SMS verification).
Make :
Sellsy → Watch Documents (type estimate for quotes).Sellsy → Download a document PDF (or HTTP on the Sellsy v2 API GET /documents/{id}/document).SignCloud → Créer un document (PDF) : pdf_base64 = toBase64(the file), signataire = e-mail + mobile du client Sellsy.n8n : HTTP Request node (Sellsy OAuth2 auth) to list/download the quote, then the SignCloud (operation "Create a document (PDF)", binary property = the downloaded PDF).
Make :
Pennylane → Watch Customer Invoices (or Estimates).file_url / public_url (HTTP "Get a file" module).SignCloud → Créer un document (PDF) : signataire = e-mail + téléphone du client.n8n : HTTP Request node on the Pennylane API (GET /api/external/v1/customer_invoices) → download the PDF → SignCloud (PDF).
n8n (recommended — simple API-key auth) :
Webhook n8n.GET https://axonaut.com/api/v2/documents/{id}/pdf (header userApiKey).SignCloud → Créer un document (PDF) : signataire = e-mail + mobile du client Axonaut.Make : same logic using HTTP modules (Axonaut doesn't always have a native app).
Add a scenario/workflow triggered by SignCloud "Document completed" (module Watch Documents / SignCloud Trigger) to, for example, mark the quote as "signed", attach the signed PDF, or notify your team.