Testing Your Webhooks

Modified on Wed, 4 Dec, 2024 at 6:47 PM

Before publishing your webhook, you can test it directly on RecruitApp.ai to ensure everything is working correctly. The test feature sends a sample payload to your endpoint, allowing you to verify that your server processes the request and validates the signature properly. This helps catch any issues early, ensuring your webhook integration runs smoothly from the start.


You can test your webhook in the Webhooks section of the Recruitapp.ai Administrative Dashboard.


Performing a test will automatically check the following:

  1. Webhook Signing Key Verification: We'll confirm that your server is correctly verifying the webhook signature.

  2. Valid JSON Response: We'll ensure your webhook responds with valid JSON.

  3. Sample Payload Delivery: We'll send a sample payload for the selected action in JSON format, allowing you to map the data to its intended destination effectively.


Your webhook must return a 200 OK HTTP status code with a valid JSON response to confirm successful processing. This ensures that RecruitApp.ai recognizes the webhook as successfully received and processed.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article