Wise App
  • Wise API Integration
    • Getting Started with Wise APIs
    • API Authentication
    • API Endpoints
    • SSO Integration
    • Webhooks Integration
      • Webhook Retry Mechanism
      • Webhook Event Samples
        • Participant Joined Meeting Event
        • Sharing Stared In Meeting Event
        • Participant Left Meeting Event
        • Sharing Ended In Meeting Event
        • Meeting Started Event
        • Meeting Ended Event
        • Recording Completed Event
        • Certificate Issued Event
        • Attendance Computed Event
        • Student Added To Classroom Event
        • Teacher Added To Classroom Event
        • Student Removed From Classroom Event
        • Teacher Removed From Classroom Event
        • Student Suspension Updated Event
        • Fee Payment Completed Event
        • Fee Invoice Charged Event
        • Sessions Created Event
        • Sessions Updated Event
        • Sessions Deleted Event
    • Rate Limits and Usage Quotas
    • Common Errors
  • Wise Data Storage Policy
  • Wise Android & IOS SDKs
    • Wise Android SDK (Kotlin)
    • Wise Android SDK (Java)
    • Wise Flutter SDK
    • Wise Flutter SDK - iOS Integration
  • Third Party Integrations
    • Custom Payment Gateway Integration
      • Razorpay Payments
      • Stripe Payments
    • AWS S3 storage
    • Custom Email
Powered by GitBook
On this page
  • Webhook Authentication
  • Webhook Retry Mechanism
  • Webhook Events
  1. Wise API Integration

Webhooks Integration

PreviousSSO IntegrationNextWebhook Retry Mechanism

Last updated 10 months ago

Enabling the Webhook Integration allows Wise to call a script on your server when one or more events happen in the Wise system. Webhooks can be thought of as event listeners or push notifications. They allow you to build or set up integrations, which subscribe to certain events on Wise. When one of those events is triggered, we'll send a HTTP POST payload to the webhook's configured URL.

Webhooks can be used to update an external systems like CRM system, Zapier or Pabbly etc or even send alerts to your email address.

Configuring webhooks can be done through the Wise Institute Settings page. Inside the Settings select Developer options and then click on Webhooks. You can select the events that you want to be notified for and specify the URL where the POST message should be sent

A webhook call is considered successful when the API endpoint at your end responds with a Status 200 OK response.

Webhook Authentication

We send a authorisation key in the header that can be used to verify the authenticity of the webhook received by your endpoint.

Please test the webhooks after you enable them to get your authorisation key

Webhook Retry Mechanism

Webhook Events

Webhook Retry Mechanism
Webhook Event Samples