Good evening everyone.
For the first time we are using the “programs / challenges” feature to allow our subscribers to follow online step-by-step courses. We need to integrate some additional features to this application that are currently not supported yet. We therefore thought of doing everything from code, through Velo and the APIs made available, but I did not find absolutely anything about this particular application. For us it would be enough for example to be able to obtain a list of all the programs created (id, name, category, etc. …) and the possibility of verifying the users who have subscribed to these programs. Do you know if there is a way to achieve what is required or, even better, if these features will be added in the near future? Thank you
1 Like
Definetely
The add-on is created but it is almost useless when it comes to follow-up participants
The current report is no-where connected to contact or member, it creates its own participant_id, which is pointless. There’s no “key” we can use to link back to contact or member, no id, no email, even the name is useless as the app creates its own name for a participant, so if the contact changes his/her name it does not replicate in the participant list.
I see the following feature to be added
- A key to be added to the participant report (contactid member_id) so we can link back to contacts or members
- email to be added in the report
- access to API so we can code