Zoom.Token (Peacemaker v3.3.5-rc.7) View Source

Module for managing Registrants in Zoom.

Link to this section Summary

Functions

Builds the initial token. Sets the email if given.

Validates then submits the token. Will perform different submit actions base on the submit_type. Default submit_type is :create

Link to this section Functions

Builds the initial token. Sets the email if given.

Link to this function

delete_registrant(token, payload)

View Source
Link to this function

set_credentials(token, credentials)

View Source
Link to this function

set_payload(token, payload)

View Source
Link to this function

set_registrant(token, payload)

View Source
Link to this function

set_registrant_key(token, key)

View Source
Link to this function

set_user_id(token, user_id)

View Source
Link to this function

set_webinar_id(token, key)

View Source

Validates then submits the token. Will perform different submit actions base on the submit_type. Default submit_type is :create

:create -> Creates a new Zoom Registrant :update -> Updates a Zoom Registrant.