Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After the Secure Container was is created, you need to create two or more Recipients of your Secure Container.
Endpoint: https://api.botdoc.io/v1/module_container/container/{container_id}/recipient/
Method: POST.

...

Now, you must add a feature, can be Pull, Push, DocuSign or External URL, in this example i’ll use only is a Pull:

6.1 - Pull Feature

If you want to request file(s) FROM your receiver, you must send a Pull Feature:
Endpoint: https://api.botdoc.io/v1/module_container_pull/pull/
Method: POST.

...

To add a permission for the Recipient to see this Feature we created, you need to Post the information below:

...

To remove a permission for the Recipient to see this Feature we created, you need to Delete the information below:

...

8 - Send the Notification to the Receiver(s)

Now, just send the Notification to the Receiver(s).
Endpoint: https://api.botdoc.io/v1/module_container/container/{container_id}/send_notification/
Method: POST.

...