Emma PHP :: Webhooks

When Emma launched their new-and-improved API, they included webhooks. Webhooks are notifications of business events that are triggered when something happens inside Emma. With a little programming, you can set up an endpoint on your website or server to receive these notifications.

For example, you can now:

  • Receive a notification when an important recipient follows a link in one of your campaigns
  • Get notified when a mailing starts to send
  • Gather real-time statistics on message sharing, forwarding, and member response for use in your own application

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':