Found 540 results for "gitana 4.0 developers api resources message post-applications-applicationid-messages-query"

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

Gitana 4.0 / Reference

Explore comprehensive Gitana data type references, including schemas, properties, methods, and API links, for data stores, objects, and general types.

Score: 2.8782837

Gitana 4.0 / Developers / Drivers / Python

Easily integrate Python applications with Gitana using the open-source driver; supports Flask & Django for seamless development.

Score: 2.8679686

Gitana 3.2 / Guide / Guide / Application Server / Authentication / Providers / Facebook

Authenticate users in your Cloud CMS app using Facebook. Set up a Facebook Developer Account to obtain essential API tokens for integration.

Score: 2.8572505

Gitana 4.0 / Developers / Drivers / PHP

Connect PHP apps to Gitana with our open-source driver. Access API with ease, manage OAuth, and perform content operations effectively.

Score: 2.8329034

Gitana 3.2 / Guide / Guide / Workflow / Workflow Handlers / Web Hook

Enable seamless integration with web services using configurable HTTP(S) POST webhooks, supporting authentication and JSON payloads for workflows.

Score: 2.8272412

Gitana 4.0 / Content Engine / Workflow / Workflow Handlers / Web Hook

Enable seamless integration with web services using configurable HTTP(S) POST webhooks, supporting authentication and JSON payloads for workflows.

Score: 2.8272412

Gitana 3.2 / Guide / Guide / Docker / Security Notices / CVE-2022-22965

Secure your Cloud CMS instance against CVE-2022-22965 by upgrading to 3.2.76 or applying our recommended workaround.

Score: 2.822322

Gitana 3.2 / Guide / Guide / Integrations / Amazon Web Services / Amazon SNS

Optimize your messaging infrastructure with Amazon SNS, a fast, flexible service offering push notifications, email, and SMS for real-time app engagement.

Score: 2.7855408

Gitana 4.0 / Content Engine / Integrations / Amazon Web Services / Amazon SNS

Amazon SNS provides fast messaging for cloud apps via push notifications, emails, or SMS, enhancing mobile app responses with Cloud CMS integration.

Score: 2.7855408

Oauth 2.0 tokens

Each response from Cloud CMS provides two tokens: an access token and a refresh token. The access token is the one that you need to attach to every API call. It gets passed through the Authorization header as "bearer " and Cloud CMS uses this to identify who the authenticated user is (and thus, what resources they have access to and so forth). By default, the access token has a lifespan of 24 hours. After that period of time, it is no longer valid and any requests will come back wit

Score: 2.7343042

Gitana 4.0 / Developers / Frameworks / cURL

Learn how to use cURL for API calls and connectivity with Cloud CMS, plus access key management and example scripts.

Score: 2.6752267

Gitana 3.2 / Guide / Guide / User Interface / Workflow

Optimize team workflow with Cloud CMS's enterprise engine, built on AWS and MongoDB, streamlining notifications, task assignments, and document approval.

Score: 2.6326783

Gitana 4.0 / User Interface / Workflow

Optimize team workflow with Cloud CMS's enterprise engine, built on AWS and MongoDB, streamlining notifications, task assignments, and document approval.

Score: 2.6326783

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / platform-manage-context

Manage your platform efficiently with comprehensive tools for settings, email, logo, themes, deployments, and developer integrations. Ideal for admins and managers.

Score: 2.5987034

Gitana 4.0 / Developers / User Interface Customization / Contexts / platform-manage-context

Manage your platform efficiently with comprehensive tools for settings, email, logo, themes, deployments, and developer integrations. Ideal for admins and managers.

Score: 2.5987034

Gitana 3.2 / Guide / Guide / Actions / Logger

Logger configuration guide: learn to write messages to tenant logs with optional log level settings, including info, debug, and error.

Score: 2.5889347

Gitana 3.2 / Guide / Guide / Scripting / Logger

Discover the Logger class with methods like debug, error, and info for effective logging in scripts, complete with examples and usage details.

Score: 2.5889347

Gitana 4.0 / Content Engine / Behaviors / Actions / Logger

Logger configuration guide: learn to write messages to tenant logs with optional log level settings, including info, debug, and error.

Score: 2.5889347

Logger

Discover the Logger class with methods like debug, error, and info for effective logging in scripts, complete with examples and usage details.

Score: 2.5889347

Gitana 3.2 / Guide / Guide / Antivirus Scanning

Enable seamless antivirus scanning for Cloud CMS, ensuring secure content uploads and reliable protection against threats across SaaS and on-premise solutions.

Score: 2.5740786

Gitana 4.0 / Content Engine / Platform / Antivirus Scanning

Enable seamless antivirus scanning for Cloud CMS, ensuring secure content uploads and reliable protection against threats across SaaS and on-premise solutions.

Score: 2.5740786

The Beauty of Cloud CMS Chaining

Chaining is a common technique that has been widely adopted by modern JavaScript libraries to chain method calls together. The goal of chaining is to produce elegant and concise code that is easy to understand or maintain. For example, if you are a jQuery developer, you may produce similar code like this on daily basis. $('#mydiv').empty().html('Hello Word!').css('font-size','10px'); However, most popular JavaScript libraries only support “static” chaining, e.g. DOM object manipulation. If the m

Score: 2.56709

Gitana 3.2 / Guide / Guide / Integrations / Amazon Web Services / Amazon Transcribe

Integrate Amazon Transcribe into your app for seamless speech-to-text conversions with Cloud CMS. Enhance content creation with automatic transcriptions.

Score: 2.5575385

Gitana 4.0 / Content Engine / Integrations / Amazon Web Services / Amazon Transcribe

Effortlessly convert audio to text with Amazon Transcribe and Cloud CMS integration for seamless content management.

Score: 2.5575385

How to monitor API traffic from a node js app

It is sometimes helpful to see the API traffic that is going on between the Gitana javascript driver and the Cloud CMS API server. This is a non-intrusive method of doing that. install a tool called Charles Proxy https://www.charlesproxy.com/ This is an excellent tool for monitoring http/https traffic. Once installed, start Charles Proxy and enable reverse proxy: Check "Enable Reverse Proxies" and then click the "Add" button. A port will be assigned (55703 in the example below). Set Remote Host

Score: 2.550376