docusignapi - Can the DocuSign Connect (webhook) module send updates to non public URLs? -


i know docusign can send signed pdf , other stuff public url using docusign connect module.

i want know whether send our own server listner page. docusign send signed information non-public url

docusign connect , eventnotifications (same notification mechanism, different subscription process), send notifications url available via public internet.

there different meanings "non-public url." server/listener's url not have linked other page, not have in google database, can use long, obscure strings in url, etc. has reachable via public internet.

so if listener accessible via public internet, you're golden.

other options:

  • put listener on company's dmz accessible internet , have access internal systems.
  • put listener behind firewall , open "pinhole" in firewall enable incoming connection requests. docusign publishes ip ranges uses can limit size of opening in firewall
  • create server/listener "gateway" on public internet internal servers can connect to. eg, start listener using heroku, azure, etc. suggest paas services.
  • investigate ngrok, localtunnel, , related blog post

also:

  • remember listener must accept requests via https. https used notifications docusign production platforms.

see docusign webhook recipe more info.


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -