Skip to main content
Inspiring
September 24, 2021
Answered

'Delegate signing to another‘ operation need enter message,webhook this 'message' is not returned

  • September 24, 2021
  • 1 reply
  • 610 views

Hi,

 

'Delegate signing to another' operation requires enter message, the data returned by the webhook will not contain the input message.

What configuration or operation is required? In the data returned by the webhook, get this "message".

 

Thanks.
Best Regards.

This topic has been closed for replies.
Correct answer SimonESATS

There's no config to get this included in the webhook payload. Instead follow the webhook with a call to 

get /agreements/{agreementId}/events

the response will have a comment property which includes any message.

1 reply

SimonESATSCorrect answer
Adobe Employee
September 30, 2021

There's no config to get this included in the webhook payload. Instead follow the webhook with a call to 

get /agreements/{agreementId}/events

the response will have a comment property which includes any message.

Inspiring
October 19, 2021

Hi SimonESATS,

 

Thank you for your reply!

 

I used this API to solve my problem before.

 

Best Regards.