REST Activity - Expands business process capabilities

添加新功能和特性到您的 Bitrix24 帐户。从应用商城安装现有的应用程序。

REST Activity - Expands business process capabilities
DGTOR
免费
安装
屏幕截图

REST Activity is an application for extending the functionality of the standard Bitrix24 business process designer.

Using the application, you can access the Bitrix24 REST API from business processes.

What scenarios can be implemented:

  • Create new invoice
  • Return invoice data
  • Get filter data from CRM
  • Get filter data from Bitrix24 lists
  • Create or change a calendar event
  • Pause less than 10 minutes
  • Send message to chat
  • And much more

The first version for sending requests and receiving data, uses only JSON (syntax sensitive). Examples can be found in the documentation.

The first version is completely free.

Plan for the second version:

  • Increasing documentation and use cases
  • Improvement of the application interface and actions in the designer of business processes
  • Error handler

版本 2
Updates:

  1. Updated app backend.
  2. Added rights to the application
  3. Increased the speed of work on list methods by 50 times, now they work with lightning speed.

版本 1
The application is designed to expand the functionality of business processes by accessing the Bitrix24 REST API.

You can send any question to our email at support@dgtor.tech
We will answer you within 24 hours.

Configuring REST activity actions
  1. Select "REST Activity" in the "Application actions" block inside the business process designer.
  2. In action settings:

    1. In the REST-method field, specify the required method. Methods are available in the documentation for REST Help
    2. In the REST request parameters field, specify the request parameters in JSON format.
      The validity of the parameters can be checked on the website jsonformatter.curiousconcept.com
    3. In the JSONPath field, specify expressions to filter the query results and get the required data.
      For available filtering expressions, see: JSONPath
    4. If the answer is multiple and you need to get more than 50 records, then in the field "Get more than 50 items?" put the value Yes
    5. Set the waiting period. Do not leave the field empty to avoid freezing of the business process.
      Minimum 10 minutes.
Setting up the activity REST Pause
  1. Select "[REST Actions] Pause execution" in the "Application actions" block inside the business process designer.
  2. In action settings:
  3. In the "Timeout in seconds" field, specify the timeout in seconds from 1 to 300
  4. Set the waiting period. Do not leave the field empty to avoid freezing of the business process. Minimum 10 minutes.