Simple Editor

A list of available Duda Webhook Events.

Simple Editor

All webhooks related to site events are listed below.

Wizard Completed

A notification is sent when the walkthrough wizard of the Simple Editor is completed. Event type: SIMPLE_EDITOR_WIZARD_COMPLETED

{	
  "data": {},
  "resource_data": {
    "site_name": "sw1d3f9",
    "external_id": "my-external-id"
  },
  "source": {
    "type": "EDITOR", 
    "account_name": "[email protected]"
  },
  "event_type": "SIMPLE_EDITOR_WIZARD_COMPLETED",
  "event_timestamp": 1532467846492,

}

NameTypeDescription
source.typestringIf the wizard was completed in the Editor or skipped through the API. Possible values are EDITOR or API.
source.account_namestringIf the wizard was completed through the editor, then this contains the account who completed the wizard.