documentation logo
All you’ll ever need to know about Declarative Webhooks and how to get started.

Pages

Adding new standard objects to be used as main object in Declarative Webhooks

Because the Salesforce platform includes so many standard objects, most of them never used in integrations, we have to limit our search to most important standard objects.

However, it’s easy to make a standard object available do a Declarative Webhooks template:

  • Go in Setup to the Quick Find and search and click on ‘Custom Metadata Types‘.
  • Go to ‘Available Standard Object‘ (d_wh__Available_Standard_Object__mdt) and click on ‘Manage Records‘.
  • Click New.
  • Enter the API name of the required object into the Label, Available Standard Object Name and API Name field.
  • Save.

After refreshing the template edit page, you should now be able to find the newly added standard object.

 

Are some custom defined objects missing?

For security reasons, Declarative Webhooks does not support the following custom defined configuration as main objects:

  • Custom Metadata Types
  • Platform Events
  • Custom Settings that are part of a managed package