Emma PHP: listWebhookEventTypes()

Retrieve a list of all the event types for which you can deploy Webhooks in Emma.

Arguments:  (none)

Use:


require_once('../../MyEmmaPHP.php');

try {

	$me = new MyEmmaPHP();
   
    $retval = $me->listWebhookEventTypes();
   
	print_r($retval);
        
    
} catch ( Exception $e ) {
    echo $e->getMessage() . "\n\n";
}



Wrapper for: list_webhook_event_types

Keep in Touch

Contact Us

Buzz

Loading...

People talking about '@synergycode':