CloneableInstantiable
Methods |
public __construct(PHPFUI |
public delete(string $topic_id) : bool DELETE Webhook Topic Subscriptions Use this DELETE method to unsubscribe your application from notifications
on a certain
|
public get(string $topic_id) : array GET Webhook Topic Subscription Use this GET method to return subscription information for a certain
|
public put(string $topic_id, PHPFUI PUT Webhook Topic Subscription Use this PUT method to subscribe your application to a
After you subscribe your application, Constant Contact will automatically start sending POST notifications for your chosen topic to your application's callback URI. This is an example of the POST notification request body:
|
Properties |
Methods |