Introduction
The ClickTerm app is available on Zapier. Once connected to your Zapier account, you can add ClickTerm as a step in any Zap to verify clickwrap acceptance, branch on the result, and download the signed Agreement or Certificate of Acceptance.
When to use the Zapier app
The Zapier app is most useful when you don’t run a backend. ClickTerm’s public API requires yourappKey to be sent server-side, so it can’t be called from a no-code app, a marketing site, or any client-only workflow. The ClickTerm Zapier app solves this by holding your appId and appKey securely in the Zapier connection and calling the API on your behalf — Zapier becomes your backend.
If you do run a backend, you can call the public API directly. Zapier is then optional — useful mainly for orchestrating downstream tools (Slack, Drive, your CRM) without writing extra code.
What you can do
Combine ClickTerm with any other Zapier app to:- Require consent before proceeding — continue a Zap only when verification returns
ACCEPTED. - Archive signed documents — store the Agreement PDF or Certificate of Acceptance in Drive, Dropbox, or your DMS for audit and compliance.
- Notify teams — post to Slack, email, or your CRM when an agreement is accepted.
- Branch automations — route downstream steps based on the verification result.
Requirements
- A ClickTerm account.
- A ClickTerm App created from the Integrations page.
- Your app credentials:
appIdappKey
- A
clicktermSignaturereturned by the SDK when the user accepts or declines. For more details check Displaying a clickwrap.
How it works
Your application posts the
clicktermSignature to a webhook URL created with Webhooks by Zapier (the Zap’s trigger). Inside the Zap, the ClickTerm Zapier app then verifies the Signature using the credentials from your ClickTerm App and, optionally, downloads the signed documents.User responds to the clickwrap
Your application displays the clickwrap using the SDK. The end user accepts or declines.
SDK returns a Signature
The SDK returns a
clicktermSignature to your application — a signed token capturing the user’s response. For more details check Displaying a clickwrap.Send the Signature to Zapier
Your application posts the
clicktermSignature to a Webhooks by Zapier URL. This is what triggers the Zap.Verify with the ClickTerm Zapier app
Add the ClickTerm Zapier app as the next step in the Zap. It verifies the Signature using the 

appId and appKey from your ClickTerm App (created on the Integrations page). The result includes a status of ACCEPTED or DECLINED.

Zapier Flow Example

Important notes
- Always verify the Signature before using consent.
- Only verified
ACCEPTEDevents should trigger downstream workflows. - Agreement and Certificate downloads require a verified
ACCEPTEDstatus. - Never expose
appKeyin frontend or client-side code. - Both the Agreement PDF and Certificate of Acceptance remain permanently available for download in the ClickTerm UI after a verified
ACCEPTEDevent.
Related
Verifying a Signature
How verification works and what it returns.
Downloading certificates and agreements
Retrieve PDFs after a verified acceptance.
Integration flow overview
How the SDK, your backend, and ClickTerm fit together.


