Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Current »

Introduction SDK

The GoMeddo js SDK is a javascript package meant to allow for easy communication with your GoMeddo Salesforce Package

To do this the SDK provides and supports the use of the following GoMeddo functionality:

  1. Find resource records matching certain conditions

  2. Find resource records that are available in a time-range and the timeslots those resource are available for.

  3. See what and when services are available for each resource.

  4. Create a reservation with an attached lead/contact and service reservations.

  5. Find reservation records matching certain conditions.

  6. Update reservation records and child records.

  7. Delete reservation records and child records.

  8. Run the GoMeddo price calculation you configured without inserting the reservation.

Github Wiki

In the Github wiki you will find the detailed and technical documentation explaining the different objects and methods in the SDK.

Github SDK Example Project

We have also provided an example project on Github to provide an example of how you can use the SDK.
This project uses the GoMeddo SDK to implement an application that lets a user book an appointment with you via GoMeddo.

First time set-up

Check out the first steps you need to take before you can start using this SDK .

This is the first version of the SDK, new functionality is being added every day.
We welcome your feedback and suggestions, you can contact us via support@gomeddo.com

  • No labels