Question

API triggering email

  • 4 April 2024
  • 3 replies
  • 12 views

Userlevel 5
Badge

API question for the Community (@bfarkas maybe?)

I created a user report in Docebo (using New Reports) and I have turned off the scheduling feature so it is not being sent to us by email.

However, when my technical colleagues work with Docebo’s APIs to pull the user report, it triggers an email every time the call is made.

Is there anything I can do to fix this?

 

Also: Originally we set the service account that my IT colleagues are using as a PowerUser so the report was set to be available to PowerUsers (specifically the service account) as well as SuperAdmins. With the knowledge that the service account is now a SuperAdmin (since only SuperAdmins can call the APIs), I’ve set the report to only be available to SuperAdmins. I don’t imagine it’ll make a difference, but I’m trying everything.


3 replies

Userlevel 7
Badge +5

@JKolodner Hi, Jennifer...It would be helpful to know which API call is being used.

Userlevel 5
Badge

I believe it’s the analytics call. I’ve replaced our particulars with xxx, but this should be enough, no?

https://xxx.docebosaas.com/analytics/v1/reports/xxx/export/csv

And the paginated URL: https://xxx/analytics/v1/reports/xxx/results?pageSize=100

Userlevel 5
Badge

My IT colleague says:

I've tested a few times now and verified that it is the reports call that is triggering the e-mail. 

/analytics/v1/reports/xxx/export/csv

 

Is that the intended behavior?

Reply