crm_bookings_provider_contacts_create
Create a contact record for a specific booking provider by specifying type, value, and optional memo. Use this to associate contact details like phone or email with a booking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Booking ID | |
| memo | No | Contact memo | |
| type | Yes | Contact type | |
| value | Yes | Contact value | |
| _confirmed | No | Set to true to confirm this write operation | |
| bookingProvider | Yes | Booking provider ID |