crm_bookings_provider_contacts_create
Create a contact record for a specific booking provider and booking ID, including type, value, and optional memo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bookingProvider | Yes | Booking provider ID | |
| id | Yes | Booking ID | |
| type | Yes | Contact type | |
| value | Yes | Contact value | |
| memo | No | Contact memo | |
| _confirmed | No | Set to true to confirm this write operation |