Versions Compared

Key

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

...

An AuthCode adds an extra layer of security to a Container with a Two Factor Authentication code. When enabled, the Container will be accessbible accessible only to those who has have the 6-digit PIN verification that can be sent via SMS or Email.

...

A Recipient is like a contact in your phone contact list. It has first name, a last name and, several phones or emails addresses for that given contact. Each number or email inside this contact is called RecipientItem. The Recipient(s) represents all the individuals that should receive the Container.

RecipientItem:

A RecipientItem is like a contact method for a given Recipient. This value can be either an email address or a mobile capable of receiving SMS. A Recipient may have one or more RecipientItem.

...

A Feature is an abstraction of a functionality a Container may have. This abstraction purposes purpose is to serve as a base for any specific Feature a Container is capable, such as: Push, Pull or DocuSign. A Container of type “pushpull” is capable of only one Feature at a time and, it is limited to be either a Push or a Pull, while a container of type “p2” is capable of as many Feature(s) as need inside the same session.

...

A Container of type “p2” is capable of chat. This means, you can have a real-time secure chat with the Recipient defined in that Container. The Message object defines a message from the creator of the Container to the Recipient(s) of a Container.

...

The MessageReply object represents a message inside a Container of type “p2” chat that is comming coming from it Recipient(s) to the creator of that Container.

...

A Requester is an individual that can be defined as the indivual individual who is sending the Container. You can add personal contact methods, social media, avatars, among other attributes. This is useful in cases where your company have has many employees and, each employee may be a Requester inside Botdoc. When each of your employees use your Botdoc API integration to request or send something to someone, that Container will be created with his their identity.

RequesterContainer:

...

module_container_pull

Pull:

A Pull is a Feature of a Container of type “p2” may have. With this Feature, you allow your Container to retrieve any file with no size limit from one or more Recipient(s).

...

module_container_push

Push:

A Push is a Feature of a Container of type “p2” may have. This Feature adds to the Container the functionality of sending files securely to one or more Recipient(s).

...

A Docusign is a Feature a Container of type “p2” may have. This Feature adds to the Container the capability of signing documents. This object represents the envelope to be created in DocuSign, containg containing the document templates and signers.

...