add started and viewed webhook events

This commit is contained in:
Alex Turchyn
2023-09-14 20:31:07 +03:00
parent 9d9e134bb4
commit 3faec9d174
9 changed files with 57 additions and 8 deletions
@@ -9,6 +9,8 @@ module Api
SubmissionEvents.create_with_tracking_data(submitter, 'view_form', request)
SendFormViewedWebhookRequestJob.perform_later(submitter)
render json: {}
end
end