Versions Compared

Key

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

A webhook integration allows you to send BloxOne notifications to a designated application by using a unique URL. When setting up your webhook service, you can choose to use the default webhook template or construct a custom template for a specific payload for your webhook notification.  

...

No Format
{

    "customer_name": “John Doe”,

    "application_name": "BloxOne DDI",

    "Authorization": ["Basic YWxhZGRpbjpvcGVuc2VzYW1l", "http-header:true"],

    "Content-type": ["application/xml", "http-header:true "]

	“actionable_redirect_action”: “https://actionable.redirect.url.com”,

	“actionable_redirect_label”: “actionable redirect link text”

}

...