Skip to main content
yandesjardins
Participant
June 8, 2018
Question

Add user as participant and send them an email via cURL call to API

  • June 8, 2018
  • 0 replies
  • 335 views

Hi,

Using a PHP framework (Drupal 7) we are trying to add new participant to event via cURL call to the Adobe Connect API.

We also need to send an email to the participant when added to the list of attendees.

After few days of looking into the documentation, it doesn't seem to have a straight forward way of doing that.

What we have now is:

1. Logging in as host with api xml action "login"

2. Get breeze session id with api xml action "common-info"

3. Import a list of invitees with api xml action "event-guest-invite" (which doesn't yet work via cURL even after being logged in and having the breeze session id)

"event-guest-invite" seems to be the only way to add participant to an event via the api, but it adds them as "invited" and not "participant".

From there I guess we will probably have to a mix of calls to xml api actions principal-info, principal-list and permission-update, but that seems a lot and none of them look like they handle sending email.

Event Register looks good, but we would have to handle their password which we would like to not be doing.

event-register

I would really appreciate some guidance here. Thx!

Yan

    This topic has been closed for replies.