Webhooks

Once the sync process finishes, a detailed event notification is sent to the user-specified HTTP endpoint. This notification provides comprehensive information about all created, updated, and deleted content, ensuring users are fully aware of the changes made during synchronization.

Event

{
	"created": [
		{ id: "sdb3_df-2", title: "Hello", slug: "Hello" },
		{ id: "dnvvs3d_n", title: "How are you", slug: "how-are-you" }
	],
	"updated": [
		{ id: "bmeogidc", title: "Good", slug: "Good" }
	],
	"deleted": [
		{ id: "23dvl_wd", title: "bye", slug: "bye" }
	]
}