PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, August 26, 2022

[FIXED] What is the situation we have to use docusing brand destination url and docusing webhook?

 August 26, 2022     docusignapi     No comments   

Issue

My application wants to send an email to signer for signing DocuSign (remote signing using DocuSign rest api) and after completing signing, the website should get the update that the envelope is signed and update the database.

So can I set the brand destination URL, so that the website will get the envelope Id in the merge field and we can update the database?

In this scenario do we need to use a webbook or set a brand destination URL as I said earlier?


Solution

after completing signing, the website should get the update that the envelope is signed and update the database.

Best way to handle this is to use a DocuSign webhook. You have two options:

  • Use the Connect Webhook feature for an account-level webhook. This will send a notification to your server (your "listener") anytime any application in the account, for any user, sends an envelope. You can set which users will trigger a notification and which events (eg envelope_sent, envelope_completed) etc.

The webhook configuration is defined for the account using the eSign settings application or via the API.

  • Use the eventNotification attribute of the Envelopes:create API call. You get basically the same options as the account-level webhook, but for just one envelope. You define the webhook's settings when you make the API call to send the envelope.

Here's a live example via the API Request Builder. You can configure the example with a webhook listener URL from webhook.site or from similar services.



Answered By - Larry K
Answer Checked By - Mildred Charles (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing