Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Callback URL is called with these URL parameters:

URL ParameterDescription
bbidThe unique event id.  This id can be used to obtain full event details via the API.
bbevent

The type of event. To simply track additions of new source files and creation of new translated files then please simply listen to these two events: "Source File Parse "and" Created Translated Files".  Please refer to Beebox Recent Events page for the list of all event types. 

The most useful events (bbid) to intercept are:

  • SourceFileChange
  • SourceFileParse
  • CreatedTranslatedFiles

 

bbsenderThe origin at or of the event.  Can be either "Admin" (Administrator), "Plugin" (Standard plugin), "Plugin Ext" (Advanced Plugin) or "Autorun" (Autorun operation).  For example, if your connector sends a new file, the URL will be called and inform of the addition of a new file. In other words, you will receive all type of events even those you had triggered yourself.
bbprojectThe project key.
bbdateThe UTC date/time of the event. ISO 8601 formatted such as "2007-04-05T14:30Z" or "2007-04-05T12:30-02:00".
bbokEither "true" or "false". Indicates if the operation triggering this event was successful or failed.
bberrorError message if the operation had failed.

...