Sign in

Set booking comment

documented

Update or add a comment for a booking.

POST /Bookingsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://user-api.simplybook.me/" \
  -X POST \
  -H "X-Company-Login: {{$company_login}}" \
  -H "X-Token: {{$simplybook_token}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"jsonrpc":"2.0","method":"{{$method}}","params":{{$params}},"id":1}'
Set booking comment · SimplyBook.me · OpenIntegrations