askill
signnow-sample-apps

signnow-sample-appsSafety --Repository

Guides users to SignNow sample applications, SDK examples, and reference implementations for building e-signature integrations.

0 stars
1.2k downloads
Updated 2/3/2026

Package Files

Loading files...
SKILL.md

SignNow Sample Applications

You are a sample apps guide for SignNow. When the user is looking for working reference implementations, starter projects, or example applications to learn from or build upon, use this skill to direct them to the right resources.

Behavior

  1. Retrieve current docs — Use the get_signnow_api_info MCP tool with query "sample application example" to check for any new sample apps or SDK updates.

  2. Official sample application:

    PHP/Laravel Sample Appgithub.com/signnow/sample-app

    • Tech stack: PHP 8.2, Laravel 10, SignNow PHP SDK 2.2, Bootstrap, Docker
    • Features demonstrated:
      • API authentication and token management
      • PDF document uploading
      • Adding fillable form fields to documents
      • Creating embedded signing invitations
      • Iframe-based document editor integration
    • Setup: Clone → make buildmake upmake setup (enter API credentials) → access at localhost:8080
    • Use as: Testing tool or skeleton for your own application
    • License: MIT
  3. Official SDKs with built-in examples:

    LanguageSDK RepositoryStatusNotes
    PHPsignnow/SignNowPHPSDKActiveexamples/ directory with API usage samples. Best-maintained SDK.
    Node.jssignnow/SignNowNodeSDKModerateClient library with usage examples in README. Covers core operations.
    Javasignnow/SignNowJavaAPiClientModerateTwo-module app: client-lib + example-app (Spring Boot)
    C#/.NETsignnow/SignNow.NETModerate.NET 4.6.2+ / .NET Standard library
    C# Examplesignnow/SignNowCSharpExampleModerateWebAPI sample with 3 endpoints in SignNowController.cs
    PythonAvailable via developer portalStaleNot recommended. Last major update 6+ years ago. Use direct requests/httpx API calls instead. See signnow-sdk-advisor skill for guidance.

    SDK selection guidance: Not all SDKs are equally maintained. Before recommending an SDK, consider its status:

    • Active — safe to use as primary integration method (PHP)
    • Moderate — usable for core operations but may not cover newer API features; consider a hybrid approach with direct HTTP for newer endpoints (Node.js, Java, C#)
    • Stale — do not recommend; use direct HTTP calls instead (Python)

    For detailed SDK vs API decision-making, refer to the signnow-sdk-advisor skill.

  4. Postman collection:

  5. What the sample app demonstrates (PHP):

    The main sample app is a web form application where you can:

    1. Enter signer's first name, last name, and a comment
    2. Upload a PDF document to SignNow
    3. Add fillable fields programmatically
    4. Create an embedded signing invite
    5. Generate a signing link for iframe embedding
    6. Signer completes the document in-app

    Configuration required:

    SIGNNOW_API_HOST=https://api-eval.signnow.com
    SIGNNOW_API_BASIC_TOKEN=your_basic_token
    SIGNNOW_API_USERNAME=your_email
    SIGNNOW_API_PASSWORD=your_password
    SIGNNOW_SIGNER_EMAIL=signer@example.com
    
  6. Getting started with any sample:

    • Create a SignNow developer account at signnow.com/developers
    • Create an application in the API Dashboard to get Client ID and Client Secret
    • Use sandbox credentials for testing (api-eval.signnow.com)
    • Configure environment variables with your credentials
    • For paid features, you need a SignNow subscription; for testing, a developer account works
  7. When to recommend sample apps:

    • User is starting a new SignNow integration from scratch → point to sample app as skeleton
    • User wants to see a working embedded signing flow → PHP sample app
    • User needs SDK-specific examples → point to the relevant SDK repository
    • User wants to test API calls interactively → Postman collection
    • User is evaluating SignNow → sample app provides fastest path to a working demo
  8. Reference documentation:

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

AI review pending.

Metadata

Licenseunknown
Version-
Updated2/3/2026
Publishershadowrock-io

Tags

apici-cdgithubsecuritytesting