• Resolved jaceejoef

    (@jaceejoef)


    I need process something on a different API after an appointment is book. Is there a hook that I can use?

    I saw this old post but it doesn’t seem to work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support dimplemodi

    (@dimplemodi)

    Hello,

    Currently, we do not have the hooks for common usage but we’re planning to make some for the public. However, I’m providing you a hook that is placed after an appointment is recorded in the database table!

    hook name: bookingpress_after_add_appointment_from_backend
    hook type: action
    params:
    ??1) $inserted_booking_id – inserted appointment id
    ??2) $bookingpress_appointment_data – details of appointments
    ??3) $entry_id – entry id of the appointment

    Note: We do not provide a guarantee about the hook as it’s not for common usage so it may be updated/removed in future updates of the BookingPress so please use it with caution.

    Thanks

    Thread Starter jaceejoef

    (@jaceejoef)

    Thank you for your response. The last part is not reassuring though. I might just find another plugin then. Thank you though.

    Please consider this ticket resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hook After Booking an Appointment’ is closed to new replies.