Sign in

Set reservation color

documented

Sets a color for a reservation.

Reservationsno 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://www.planyo.com/rest/?method=set_reservation_color" \
  -X POST \
  -d 'reservation_id={{$reservation_id}}' \
  -d 'custom_color={{$custom_color}}' \
  -d 'language={{$language}}' \
  -d 'api_key={{PLANYO_API_KEY}}' \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json"
Set reservation color · planyo · OpenIntegrations