Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Shraddha2104 committed Jul 6, 2020
1 parent b51cee1 commit dedc472
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ export class CustomerIoTrigger implements INodeType {
let webhook;
const webhookUrl = this.getNodeWebhookUrl('default');
const events = this.getNodeParameter('events', []) as string[];
//https://customer.io/docs/api/
const endpoint = '/reporting_webhooks';
let eventsList: { [key: string]: any } = {};
for (const event of events) {
Expand Down

0 comments on commit dedc472

Please sign in to comment.