简体   繁体   English

DocuSign和NetSuite Webhook事件通知身份验证

[英]DocuSign and NetSuite webhook event notification auth

I've written a NetSuite solution that creates a DocuSign envelope from NetSuite. 我已经编写了一个NetSuite解决方案,该解决方案可以从NetSuite创建一个DocuSign信封。 I now need to be notified when the envelope is completed. 现在,我需要在信封完成时收到通知。 I'm writing a NetSuite RESTlet to process the DocuSign webhook. 我正在编写一个NetSuite RESTlet以处理DocuSign Webhook。 NetSuite requires authentication for external clients (such as DocuSign). NetSuite要求对外部客户端(例如DocuSign)进行身份验证。 How do I pass the credentials/header for DocuSign to use in the event_notification? 如何通过凭证/标头让DocuSign在event_notification中使用?

Thank you! 谢谢!

you could store the token inside the envelope in custom text fields. 您可以将令牌存储在信封中的自定义文本字段中。 There is a limit of 100 character per field so you may need to break the token into many such fields to do that. 每个字段限制为100个字符,因此您可能需要将令牌分成许多这样的字段才能做到这一点。 Note that the connect webHook call gives you a lot of information including potentially the completed document itself. 请注意,connect webHook调用会为您提供很多信息,包括可能完成的文档本身。 So this may be another way to do this. 因此,这可能是另一种方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM