Found 370 results for "docs fields email"

The search executed in 0.0021 seconds. That's fast.

Gitana 4.0 / Forms / Fields / Email Field

Documentation Reference

Explore the versatile email field with customizable properties, schema options, and autocomplete capabilities for efficient data handling.

Score: 5.9241

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / documents-list-sort-fields

Documentation Reference

Optimize your document management with sortable fields like Title, Description, Date, Author, and Size. Customize your experience today!

Score: 5.427

Gitana 4.0 / Developers / User Interface Customization / Contexts / documents-list-sort-fields

Documentation Reference

Optimize your document management with sortable fields like Title, Description, Date, Author, and Size. Customize your experience today!

Score: 5.427

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / email-settings-subcontext

Documentation Reference

Manage your project email settings, access templates, and customize communication effortlessly with our intuitive configuration interface.

Score: 5.3368

Gitana 4.0 / Developers / User Interface Customization / Contexts / email-settings-subcontext

Documentation Reference

Manage your project email settings, access templates, and customize communication effortlessly with our intuitive configuration interface.

Score: 5.3368

Gitana 3.2 / Guide / Guide / Content Modeling / Relator Properties

Documentation Reference

Optimize your node relationships with Cloud CMS relator properties, auto-managing links between nodes for seamless content mapping.

Score: 5.3328

How to get a content definition JSON from the Cloud CMS API?

Support Article

There are a couple of ways to do this. The first is simply use the node GET call and pass in the qname like this: GET /repositories/{repositoryId}/branches/{branchId}/nodes/{qname} http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId This will give you back the JSON for the definition. Another way is to use this variation: GET /repositories/{repositoryId}/branches/{branchId}/definitions/{qname} http://api.cloudcms.com/docs#!/branch/get_repositories_rep

Score: 4.8635

Gitana 3.2 / Guide / Guide / Applications / Public Services / Setting up your Email Provider

Documentation Reference

Learn how to configure and test your email provider for seamless email delivery using Cloud CMS public application services.

Score: 4.5011

Gitana 4.0 / Content Engine / Platform / Applications / Public Services / Setting up your Email Provider

Documentation Reference

Learn how to configure, test, and send emails via public email providers in Cloud CMS to enhance your app's email capabilities.

Score: 4.5011

How to limit the fields that come back in a query

Support Article

Query API calls like http://api.cloudcms.com/docs#!/node/post_repositories_repositoryId_branches_branchId_nodes_query support a parameter named _fields which defines an object specifying the node properties you want to include in the result set for matching nodes. For example in the following query I want the title, subTitle and slug fields returned: { "_type":"my:article", "_fields":{ "title":1, "subTitle":1, "slug":1 } } The result set would look something like the

Score: 4.3308

Gitana 3.2 / Guide / Guide / Workflow / Sample Workflows / Ad hoc Approval with Email Template

Documentation Reference

Enhance workflow efficiency with our Ad hoc Approval and Email Template integration for seamless document approval.

Score: 4.1345

Gitana 4.0 / Content Engine / Workflow / Sample Workflows / Ad hoc Approval with Email Template

Documentation Reference

Enhance your workflow process with ad hoc approvals and custom email templates for efficient document management.

Score: 4.1345

Is there a programmatic way to add more content to workflows?

Support Article

There is a programmatic way to add more content to workflows once they're in-flight. However, once the workflow is in-flight, the workflow process instance isn't the correct place to add things. Instead, you'd want to add new content to a workflow task. Essentially, a workflow is made up of a series of tasks. When the workflow transitions from one node to another in the workflow model, it instantiates a new task and the task holds the state (and references to documents) for that phase of the wor

Score: 3.4016

Gitana 4.0 / Forms / Fields / Date Field

Documentation Reference

Explore date field functionalities with examples, utilizing Bootstrap DateTime Picker and Moment.js for format customization and validation in Alpaca forms.

Score: 3.3432

Gitana 4.0 / Forms / Fields / Time Field

Documentation Reference

Easily manage and format time fields using the Bootstrap DateTime Picker with customizable settings and Moment.js support.

Score: 3.0836

Gitana 3.2 / Guide / Guide / Applications / Public Services / Forgot Username Flow

Documentation Reference

Enable users to recover lost usernames seamlessly with Cloud CMS's forgot username flow using registered email addresses.

Score: 3.041

Gitana 4.0 / Content Engine / Platform / Applications / Public Services / Forgot Username Flow

Documentation Reference

Enable secure username recovery in Cloud CMS with our guide on using the 'forgot username' flow, ensuring easy access for your app users.

Score: 3.041

Gitana 4.0 / Forms / Fields / Object Field

Documentation Reference

Discover the detailed structure and customizable features of object fields with step-by-step examples for creating, modifying, and displaying data efficiently.

Score: 3.0375

How to Retrieve content by their document library path

Support Article

You can retrieve content by their document library path using the CMS API using the Node API. For example, you can paginate through the children of a node using this call: http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId_children GET /repositories/{repositoryId}/branches/{branchId}/nodes/{nodeId}/children?path={path} In this case, you would set "nodeId" to the value "root" to indicate the root node. And then use "path" to describe the offset. If yo

Score: 3.036

Gitana 3.2 / Guide / Guide / User Interface / Workflow / How to Start a Workflow

Documentation Reference

Learn how to start a workflow in any project with step-by-step instructions, example guide, and necessary information on approvers and task approvals.

Score: 3.0007

Gitana 4.0 / User Interface / Workflow / How to Start a Workflow

Documentation Reference

Learn how to start a workflow in any project using simple steps. Open a document, select 'Workflows,' and click '+Start Workflow.'

Score: 3.0007

Gitana 4.0 / Forms / Fields / Date Time Field

Documentation Reference

Enhance date and time input fields with Bootstrap DateTime Picker and Moment.js for various formats including American and 24-hour clocks.

Score: 2.9174

Gitana 3.2 / Guide / Guide / Applications / Public Services / Reset Password Flow

Documentation Reference

Securely reset your application password with Cloud CMS. Learn how to configure, request, send, and commit a password reset in just a few steps.

Score: 2.8812

Gitana 4.0 / Content Engine / Platform / Applications / Public Services / Reset Password Flow

Documentation Reference

Securely reset your application password with Cloud CMS. Learn how to configure, request, send, and commit a password reset in just a few steps.

Score: 2.8812

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-field-templates

Documentation Reference

Optimize your project management with versatile field templates: text, number, checkbox, dropdown, and more for efficient data organization.

Score: 2.8802