| description | Automatically generated file. DO NOT MODIFY |
|---|
const options = {
authProvider,
};
const client = Client.init(options);
const subscription = {
changeType: 'created',
notificationUrl: 'https://webhook.azurewebsites.net/api/send/myNotifyClient',
resource: 'me/mailFolders(\'Inbox\')/messages',
expirationDateTime: '2016-11-20T18:23:45.9356913Z',
clientState: 'secretClientValue',
latestSupportedTlsVersion: 'v1_2'
};
await client.api('/subscriptions')
.post(subscription);