👨‍💻
Signitic API
  • Quick Start
  • Reference
    • API Reference
      • List users
      • Creating users
      • Updating users
      • Delete users
      • Get signature
      • Contact data webhook
Powered by GitBook
On this page
  • Webhook
  • Payload
  • Headers

Was this helpful?

  1. Reference
  2. API Reference

Contact data webhook

Webhook

When you have activated the contact form in your vCard settings, you can activate a webhook our system will send every time someone visits one of your vCard.

The webhook will be sent to the URL you configure in the vCard settings, it will contain information about the contact that filled out the form.

Payload

Name
Type
Description

date

The moment the contact filled out the form

contact.email

String or Null

The email of the contact

contact.firstname

String or Null

The firstname of the contact

contact.lastname

String or Null

The lastname of the contact

contact.phone

String or Null

The phone number of the contact

contact.company

String or Null

The company name of the contact

employee.email

String

The email of the owner of the vCard

employee.fullName

String

The full name of the owner of the vCard

Headers

Name
Type
Description

x-api-key

String

Your API key

The x-api-key header can be used for you to add a security layer and verify the data is sent by Signitic.

{
  "contact": {
    "firstname": "Jean",
    "lastname": "Dupont",
    "email": "jean.dupont@signitic.com",
    "phone": null,
    "company": null
  },
  "date": "2025-03-31T11:18:20+00:00",
  "employee": {
    "email": "john.doe@signitic.com",
    "fullName": "John Doe"
  }
}

PreviousGet signature

Last updated 2 months ago

Was this helpful?

Datetime

RFC 3339