The application will send new operation notification messages through this channel.
The environment from which the event originated from e.g. dev, prod
Accepts one of the following messages:
Default Correlation ID
The application will send new content events through this channel.
{
"id": "string",
"specversion": "1.0",
"env": "dev",
"sourceService": "com.specsavers/content-service",
"type": "com.specsavers.rtp.contentful.webhook",
"correlationid": "string",
"data": {
"headers": {
"property1": "string",
"property2": "string"
},
"body": "string"
}
}
Default Correlation ID
The application will send new content events through this channel.
{
"id": "string",
"specversion": "1.0",
"env": "dev",
"sourceService": "com.specsavers/content-service",
"type": "com.specsavers.rtp.content.site.created",
"correlationid": "string",
"data": {
"assetKey": "string",
"assetType": "site"
}
}
Default Correlation ID
The application will send new content events through this channel.
{
"id": "string",
"specversion": "1.0",
"env": "dev",
"sourceService": "com.specsavers/content-service",
"type": "com.specsavers.rtp.content.site.updated",
"correlationid": "string",
"data": {
"assetKey": "string",
"assetType": "site"
}
}
Default Correlation ID
The application will send new content events through this channel.
{
"id": "string",
"specversion": "1.0",
"env": "dev",
"sourceService": "com.specsavers/content-service",
"type": "com.specsavers.rtp.content.site.deleted",
"correlationid": "string",
"data": {
"assetKey": "string",
"assetType": "site"
}
}
Default Correlation ID
The application will send new content events through this channel.
{
"id": "string",
"specversion": "1.0",
"env": "dev",
"sourceService": "com.specsavers/content-service",
"type": "com.specsavers.rtp.content.page.created",
"correlationid": "string",
"data": {
"assetKey": "string",
"assetType": "blog-news-page"
}
}
Default Correlation ID
The application will send new content events through this channel.
{
"id": "string",
"specversion": "1.0",
"env": "dev",
"sourceService": "com.specsavers/content-service",
"type": "com.specsavers.rtp.content.page.updated",
"correlationid": "string",
"data": {
"assetKey": "string",
"assetType": "blog-news-page"
}
}
Default Correlation ID
The application will send new content events through this channel.
{
"id": "string",
"specversion": "1.0",
"env": "dev",
"sourceService": "com.specsavers/content-service",
"type": "com.specsavers.rtp.content.page.deleted",
"correlationid": "string",
"data": {
"assetKey": "string",
"assetType": "blog-news-page"
}
}
Default Correlation ID
The application will send new content events through this channel.
{
"id": "string",
"specversion": "1.0",
"env": "dev",
"sourceService": "com.specsavers/content-service",
"type": "com.specsavers.rtp.content.page-template.created",
"correlationid": "string",
"data": {
"assetKey": "string",
"assetType": "product-page-template",
"siteKeys": [
"string"
]
}
}
Default Correlation ID
The application will send new content events through this channel.
{
"id": "string",
"specversion": "1.0",
"env": "dev",
"sourceService": "com.specsavers/content-service",
"type": "com.specsavers.rtp.content.page-template.updated",
"correlationid": "string",
"data": {
"assetKey": "string",
"assetType": "product-page-template",
"siteKeys": [
"string"
]
}
}
Default Correlation ID
The application will send new content events through this channel.
{
"id": "string",
"specversion": "1.0",
"env": "dev",
"sourceService": "com.specsavers/content-service",
"type": "com.specsavers.rtp.content.page-template.deleted",
"correlationid": "string",
"data": {
"assetKey": "string",
"assetType": "product-page-template",
"siteKeys": [
"string"
]
}
}
The environment from which the event originated from e.g. dev, prod