149 questions
1 vote
0 answers
43 views
Postman Exchange Data Between Platform (Bitrix-Jotform)
I want to transfer my list of data from Bitrix to Jotform. I already made this flow in Postman, it show no error and seems fine, but it still not posted to my Jotform. Can someone tell me where did I ...
0 votes
0 answers
28 views
How to make auto-completion work time in the specified parameter?
In the "Time and Report Settings" section of our system, we set a fixed end time for the working day, so that the specified time ends the working time, but the system does not respond to the ...
0 votes
0 answers
54 views
Failed to connect to my_api port 443: Connection refused
Problem connecting web server to Bitrix24 API: Connection refused Problem Sending requests to Bitrix24 via API does not work. When trying to connect, we get the error "Connection refused". ...
0 votes
0 answers
127 views
How to search a Bitrix24 list by a CRM contact field and save results in a workflow variable?
I work at Bitrix24 and use the Low-code tool to create an automation process. As part of this process, I would like to: I will iterate through the list object in bitrix24 from the position of the ...
0 votes
1 answer
93 views
Get Page title and add to the record
I use this code as webhook for intergrating Contact Form 7 in WordPress with Bitrix CRM. But I also need to get current page title where my form located and add to the JSON record as well. How can I ...
0 votes
1 answer
105 views
How can I customize the URL structure for blog posts in Bitrix to remove subsections?
I'm working on a website that has been developed by Bitrix. I'd like to change the URL structure for the blog posts, but it seems impossible to do so! Here's the structure: Within the "Content&...
0 votes
1 answer
112 views
How to move a lead to an specific stage?
I'm new on bitrix24, I just started reading all the documentation about the API consumption and I want to start doing some things, starting by moving leads that haven't had any modification on the ...
0 votes
1 answer
390 views
How can I fill in detail-fields in predefined address field from within a web form in Bitrix24
In Bitrix24 there are several sorts of address fields (invoice-address, company-address...) each one consisting of several detailed fields. When creating a web form (within bitrix) to fill in CRM ...
0 votes
2 answers
425 views
How to add a Reminder for an Activity via Rest API in Bitrix24 CRM?
I'm working on a NodeJS integration to manage Leads. I'm currently able to create Leads and an Activity connected to the Lead using the endpoint /crm.activity.todo.add.json. Now I need to notify the ...
1 vote
2 answers
713 views
How do I get detailed company information from bitrix24 using the Rest API
I would like to synchronize locally stored company data with our data from bitrix24, using a webhook and the Rest API methods. When using crm.company.list, I get the list with some information, but ...
0 votes
0 answers
133 views
Submission of a form will be added as a lead for Bitrix24
I have a form that collects names, emails, and positions. While my PHP code successfully sends the names and emails to Bitrix as new leads, the position data is not being transmitted. <?php ...
0 votes
0 answers
86 views
How can i get rid of the multiple SMS auth?
I posted my code examples below. Basically the whole idea is to make a simple authentification with a phone number and generated 6-digit code. User is posting a code in a field and it is done. But i ...
0 votes
1 answer
453 views
Installing Bitrix. Memory_limit value in php.ini. Editing the random.php file
I tried to reinstall Bitrix for php version 7.4 and earlier. As a result I received the following window Invalid license that the license is not valid. I tried to install Bitrix for php version 8.0 ...
0 votes
1 answer
243 views
How can I update LOGIN and EXTERNAL_AUTH_ID in Bitrix with an API call?
In Bitrix how can I update the fields b_user.Login and b_user.EXTERNAL_AUTH_ID (login type) with an API call? I guess I should use the method user.update, but how do I have to reference this fields? ...
-2 votes
1 answer
316 views
Tilda and Bitrix integration with webhook
I have a site on Tilda and Bitrix CRM (box edition). I trying integrate tilda forms with webhooks. There are 8 similar forms (different hidden fields content) and 1 another form. Files with PHP are on ...