Event
Different events that can occur in the Cirrus platform available for listening to via the Cirrus API's webhook feature.
enum Event {
  CREATE_ACTIVITY
  UPDATE_ACTIVITY
  DELETE_ACTIVITY
  CREATE_OPPORTUNITY
  UPDATE_OPPORTUNITY
  DELETE_OPPORTUNITY
  CREATE_ACCOUNT
  UPDATE_ACCOUNT
  DELETE_ACCOUNT
  CREATE_CONTACT
  UPDATE_CONTACT
  DELETE_CONTACT
  CREATE_CHALLENGE
  RECIEVE_CHALLENGE
  ACCEPT_CHALLENGE
  CREATE_ORDER
  UPDATE_ORDER
  DELETE_ORDER
  CREATE_LEAD
  UPDATE_LEAD
  DELETE_LEAD
  CREATE_USER
  UPDATE_USER
  DELETE_USER
  CREATE_CUSTOMER
  UPDATE_CUSTOMER
  DELETE_CUSTOMER
  UI_EVENT
}
Values
Event.CREATE_ACTIVITY
A activity has been created
Event.UPDATE_ACTIVITY
A activity has been updated
Event.DELETE_ACTIVITY
A activity has been deleted
Event.CREATE_OPPORTUNITY
A opportunity has been created
Event.UPDATE_OPPORTUNITY
A opportunity has been updated
Event.DELETE_OPPORTUNITY
A opportunity has been deleted
Event.CREATE_ACCOUNT
A account has been created
Event.UPDATE_ACCOUNT
A account has been updated
Event.DELETE_ACCOUNT
A account has been deleted
Event.CREATE_CONTACT
A contact has been created
Event.UPDATE_CONTACT
A contact has been updated
Event.DELETE_CONTACT
A contact has been deleted
Event.CREATE_CHALLENGE
A challenge has been created
Event.RECIEVE_CHALLENGE
A challenge has been received
Event.ACCEPT_CHALLENGE
A challenge has been accepted
Event.CREATE_ORDER
A order has been created
Event.UPDATE_ORDER
A order has been updated
Event.DELETE_ORDER
A order has been deleted
Event.CREATE_LEAD
A order has been created
Event.UPDATE_LEAD
A order has been updated
Event.DELETE_LEAD
A order has been deleted
Event.CREATE_USER
A user has been created
Event.UPDATE_USER
A user has been updated
Event.DELETE_USER
A user has been deleted
Event.CREATE_CUSTOMER
A customer has been created
Event.UPDATE_CUSTOMER
A customer has been updated
Event.DELETE_CUSTOMER
A customer has been deleted
Event.UI_EVENT
A user has performed an action in the UI
Member Of
Webhook  object ● WebhookInput  input