Linking Objects to a Waitlist Entry: Overview of Methods
If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.
You can link additional objects to a waitlist entry. This helps synchronize sales and utilize automation, such as Automation rules in a deal.
Quick navigation: all methods
How to Start
- Create a waitlist entry using the booking.v1.waitlist.* methods
- Retrieve the CRM deal
ID - Link the deal using booking.v1.waitlist.externalData.set
- Check the linked data using booking.v1.waitlist.externalData.list
Relationship with Other Objects
Waitlist. To link data to a waitlist entry, specify the entry ID in the waitListId parameter. You can obtain the ID using booking.v1.waitlist.add or booking.v1.waitlist.list.
Currently, only CRM deals can be linked to a waitlist entry. Other modules and object types are not supported yet.
Deal. To create a link to a deal, pass the ID of the deal in the value parameter. You can obtain the ID using the creation or filtering methods. Use fixed values for the parameters moduleId = crm and entityTypeId = DEAL.
Overview of Methods
Scope:
bookingWho can perform the methods: any user
|
Method |
Description |
|
Retrieves links for a waitlist entry |
|
|
Establishes links for a waitlist entry |
|
|
Removes links for a waitlist entry |