Skip to main content
Participant
January 7, 2025
Question

Adobe Sign Webhook creation error

  • January 7, 2025
  • 1 reply
  • 233 views

I am creating a webhook but I get the error:

{"code":"INVALID_WEBHOOK_URL","message":"Validation for webhook url failed. Please make sure that the webhook url responds with a valid HTTP response code and a valid client id. Request id: c9189855-0749-4fa4-8f09-0edd1cfc7d4d."}

 

This is the code of the webhook endpoint, it does the validation as shown in the reference, can it be that the endpoint cannot be from Google App Scripts?

 

function doGet(e) {
  const adobeClientId = e.headers['x-adobe-sign-clientid'];

  const response = ContentService.createTextOutput("Success")
      .setMimeType(ContentService.MimeType.TEXT).setHeader("x-adobe-sign-clientid", adobeClientId);

  return response;
}

1 reply

Meenakshi Negi
Community Manager
Community Manager
January 30, 2025

Hi api_9499,

 

Thank you for reaching out.

 

We have checked that you are using the Acrobat Sign Developer service, so we are moving this thread to the Acrobat Sign Developer board for visibility.

If you have a question related to API integration, the experts can best answer it. With the developer account, you may also contact the pre-sales team. They will be able to provide you the pre-sales technical assistance and share the correct information.
Please refer to the following link to contact them: https://adobe.ly/4hfW9ds. You may use the Contact Us button for Adobe Sign Solutions under the team tab.

 

Thanks,

Meenakshi