How to test webhooks for Maya Vault?

How to test webhooks for Maya Vault?

To test webhooks for Maya Vault, follow these steps:

  1. Set up a webhook endpoint that is SSL-secured and publicly accessible.
  2. Test your webhook endpoint by sending a POST request with a JSON payload containing the event data.
  3. Use tools like curl or Postman to test your webhook endpoint.
  4. Use the Test button in Maya Business Manager to check if your webhooks are reachable before saving them.

Example curl command:

curl --request POST \
     --url https://83ef-130-105-160-253.ngrok.io/webhook \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '{...}'

For Sandbox concerns and other technical implementation inquiries, please get in touch with us via:

  • Sandbox Health Page: Check real-time service status updates.
  • Maya Developer Hub Service Desk: File
    a ticket in Sandbox.

To Know More:

We value your input and would love to hear your insights. Please submit you feedback here.