adobe / aio-cli-plugin-events

Adobe I/O CLI Plugin to manage Adobe I/O Events
https://www.adobe.io
Apache License 2.0
3 stars 11 forks source link

documentation of delivery_type and webhoook_url #18

Open ackoch opened 3 years ago

ackoch commented 3 years ago

I don't get the point of

 BODYJSONFILE
      Path to a file in JSON format with the information to create a new Event Registration.
      The JSON should follow the following format:
      {
         "name": "<event registration name>",
         "description": "<event registration description>",
         "delivery_type": "WEBHOOK|WEBHOOK_BATCH|JOURNAL",
         "webhook_url": "<webhook URL responding to challenge>"
         "events_of_interest": [{
           "provider_id": "<event provider id>"
           "event_code": "<event provider event_code metadata>"
         }, { <...more events> }]
      }

1) When I choose "JOURNAL" is "webhoook_url" optional (if so.. please document) 2) I thought that each provider registration implicitly creates a Journal. Where is the point in creating a Journal Event Registration?

meryllblanchet commented 3 years ago

Hi @ackoch , thanks for opening this issue!

Let me loop in @sangeetha5491 to ask her feedback.

purplecabbage commented 4 months ago

Adobe internal ticket: https://jira.corp.adobe.com/browse/CI-6568