Events API
  • 13 Jul 2022
  • 1 Minute to read
  • Dark
    Light

Events API

  • Dark
    Light

Article Summary

Our API docs for Events can be viewed here.

Apex To Insert Sample Data

Database.executeBatch(new conference360.SampleDataInsertService('blackthorn'), 1);

Apex To Insert Default Email Templates

conference360.InstallHandler.upsertStandardEmailTemplates();

Apex To get OAuth URL for Event App

conference360.InstallHandler.getUrlToAuthorizeEvents();

If you have paid checkouts, add our PCI-compliant Payments checkout flow, check out our documentation here.

To test callouts using Postman via OAuth with your API, you can setup OAuth here. Once you've OAuth to Salesforce, our API docs include request endpoints and sample payloads.


What's Next