Easily Integrate Authified Webhooks with your application.
https://authified.com/documentation/webhook/events
Steps to receive Authified Webhooks
- Sign up for your free Hooky account.
- Create a new Webhook Source, and select Authified. This will be the endpoint that receives webhooks on behalf of your application, and forwards them using the unified SDK.
- Step 1
- Step 2
- Once a webhook is received from Authified, you'll see it under the Live Logs section of your webhook source.
- Next, follow the examples below to integrate the Hooky SDK in ruby or javascript, and start receiving webhooks.
Integrating Authified Webhooks Using Javascript
- Sign up for your free Hooky account.
- Create a new Webhook Source, and select Authified. This will be the endpoint that receives webhooks on behalf of your application, and forwards them using the unified SDK.
- Step 1
- Step 2
- Once a webhook is received from Authified, you'll see it under the Live Logs section of your webhook source.
- Next, follow the examples below to integrate the Hooky SDK in ruby or javascript, and start receiving webhooks.
Integrating Authified webhooks with Hooky in your Javascript based application is straight forward. Just grab the SDK, and call a function when that webhook is received.
Integrating Authified Webhooks Using Ruby
Integrating Authified webhooks with Hooky in your Ruby or Ruby on Rails application is straight forward. Just grab the SDK, and call a method when that webhook is received.
Configuring Authified Webhook Authentication
Here's how it works
Supported Authified Webhook Events
PROFILE_CREATED
Client's profile had been created.
PROFILE_UPDATED
Client's profile had been updated.
PROFILE_STATUS_UPDATED
Client's profile status had been updated.
QUIZ_CREATED
Quiz had been created for the client.
QUIZ_STARTED
Client had started the quiz.
QUIZ_ENDED
Client had finished the quiz.
QUIZ_EXPIRED
Quiz had been expired.
DOCUMENT_SUBMITTED
Client submitted/uploaded a document.
DOCUMENT_STATUS_UPDATED
Client's document status had been updated.
DOCUMENT_DELETED
Client's document had been deleted.
NOTE_CREATED
Note had been created on client's profile.