User Story:
As a developer I want to configure the event that will trigger a webhook, so that I can cause webhooks to be triggered.
NOTE: Event will be queued but no request will be triggered yet, as it depends on publish/unpublish use cases and rest clients.
Acceptance criteria:
- Publish event definition
- Unpublish event definition
- Each event has a standard body that will be delivered with key useful information, such as the date, some kind of id and the event type.
- Include information necessary so the client can ensure idempotency - 'eventId' and 'date'
Further details:
Shape up document
|