Salesforce

Emit an event manually for an application

« Go Back
Information
Emit an event manually for an application
000003947
Public
Product Selection
aiWare - aiWare
Article Details

Emitting an event manually lets you test mailbox subscriptions and other features without waiting for that event to occur on its own.

To emit an event manually, callĀ emitEvent().


  mutation {
    emitEvent(input:{
      eventName: String
      eventType: String
      # ID of the application this event is for
      Application: String
      # Stringified JSON object
      payload:{
        '{}'      }
    }){
      id
    }
  }
Additional Technical Documentation Information
Properties
1/28/2025 7:47 PM
1/28/2025 7:55 PM
1/28/2025 7:55 PM
Documentation
Documentation
000003947
Translation Information
English

Powered by