Introduction Last updated: 2020-01-01
The Akeneo Events API Bundle is a smooth and easy way to build integrations that respond to activities in Akeneo PIM. All you need is bundle itself and an endpoint where to send Akeneo PIM events.
Some event(s) happens in Akeneo PIM. This triggers a mechanism to send those event(s) as HTTP POST request to your Request URL. Each request contains event, with correspondent event type presented in JSON format. Events API sends one request per one event, and sending of requests happens in real-time.