Open
Description
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> }]
}
- When I choose "JOURNAL" is "webhoook_url" optional (if so.. please document)
- I thought that each provider registration implicitly creates a Journal. Where is the point in creating a Journal Event Registration?