Event registration Created

Event registration created subscribe example:

curl --location --request POST '/platform/v1/webhook/subscribe' \ --header 'Authorization: "Bearer API_TOKEN"'\ --header 'Content-Type: application/json' \ --data-raw '{ "event": "event_attendance/created", "target_url": "URL" }'

Event registration created payload example:

{ "entity_name": "event", "event_type": "created", "data": { "business_id": "l6k81ht0uwuwuhm3", "event_attendance_id": "jzc2yrwcbuw2m3q5", "client_id": "7ts9dxx560stkpl2", "status": "registered", "event_title": "Dog walking", "start_time": "2022-10-21T17:00:00.000+03:00", "end_time": "2022-10-21T19:10:00.000+03:00", "interaction_type": "business_location", "interaction_details": "Tel Aviv dogs", "conversation_id": "30gi60uvh3scec8e" }, "location": "Tel Aviv area", "service_fields_intake field 1": "intake field" }