Swapcard Swapcard Product Updates logo

Swapcard Product Updates

Discover here the last features that have been released or are coming really soon! Click on "Subscribe to Updates" to receive our Monthly Product Newsletter.

Subscribe to Updates

Labels

  • All Posts
  • Coming Soon!
  • CONNECT · Attendee networking
  • CONNECT · Audience engagement
  • NURTURE · Community
  • MONETIZE · Exhibitors & sponsorships
  • MONETIZE · Lead management
  • MONETIZE · Ticket sales
  • MANAGE · Event management & promotion
  • MANAGE · Onsite production
  • MANAGE · Session AV production
  • MANAGE · Integrations
  • Beta
  • Add-On

Jump to Month

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
Release notes byAnnounceKit

Create yours, for free!

MANAGE · Integrations
3 months ago

Introducing Webhooks on Swapcard: Stay Updated in Real-Time

Swapcard now supports webhooks, a powerful tool to keep you informed about key data updates, With webhooks, Swapcard makes it easier than ever to stay informed about important data updates. Whether it’s new People, Exhibitors, or Sessions being created or changes to existing data, webhooks provide real-time notifications straight to your system. Here’s everything you need to know to get started.

What Are Webhooks?

Webhooks are automated notifications sent from one system to another when specific events occur. Unlike APIs, which require you to pull data manually, webhooks push updates to your system as they happen.

Here’s how they work:

  • When an event occurs in Swapcard (like a new person is added), the webhook sends an HTTP POST request to the URL you’ve specified.
  • This POST request includes detailed information about the event, which your system can process in real time.
  • To ensure security, Swapcard uses HTTPS (encrypted communication) and supports HMAC (Hash-based Message Authentication Code) for message verification.

For example: If you’re using webhooks to monitor updates to your sessions, you’ll receive a notification whenever session data changes, ensuring your system is always up to date.

Why HTTPS Is Important

Webhooks in Swapcard use HTTPS to secure the communication between our servers and your system. HTTPS encrypts the data being transmitted, preventing it from being intercepted or altered by unauthorized parties. This ensures that all information is delivered safely and reliably.

Additionally, Swapcard uses an HMAC hex digest secret to verify that the notifications you receive are authentic. This secret acts as a digital signature, ensuring that messages genuinely come from Swapcard and have not been tampered with.

Key Features:

  • Real-Time Notifications: Get updates on People, Exhibitors, and Sessions as soon as changes occur.
  • Customizable Setup: Choose the events you want to monitor by configuring webhooks in Swapcard Studio.
  • Secure Delivery: Use an HMAC hex digest secret to ensure data authenticity.

How to Configure Webhooks

  1. Access Swapcard Studio: Log in to your Swapcard Studio account and navigate to the webhooks settings under the Integration Tab and click on Create a webhook button.
  2. Create the webhook setup
    • Add a Name: 
    • Select Webhooks Events: Specify which types of events (create or update) for People, Exhibitors, Sessions you want to monitor.
    • Provide a URL: Enter the URL where Swapcard will send webhook notifications. Ensure this URL is prepared to receive and process these updates.
    • Set HMAC hex digest secret:  Add security to the configuration to authenticate the notifications on the webhook URL and keep your data secure.
  3. Save Your Configuration: Once everything is set, click on create and webhook settings will be saved.
  4. Update or delete webhook: The webhook setup can be updated by clicking on the webhook configuration in the studio. This will open a side display where the configuration can be updated or deleted.

Benefits of Using Webhooks

  • Stay Efficient: Automatically sync updates into your system without manual intervention.
  • Enhance Productivity: Keep your teams informed with accurate, real-time data.
  • Ensure Accuracy: The HMAC secret ensures every notification is verified and secure.