You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constwebhookEvent="TASK.CREATED";//Add your desired wbehook event here - ie: TASK.UPDATED, COMMENT.CREATED - Check out the full list of events here: https://apidocs.teamwork.com/guides/teamwork/webhook-events
7
+
constwebhookUrl="webhookUrlHere";// Url for where you would like the webhook payload to be sent ie: https://script.google.com/a/teamwork.com/macros/s/AKfycbzVjDmFeq0u6cfYkFUSazRewr8efg8scfv8sdf8/exec
8
+
constapiToken="userApiToken";//This is not required for the webhook to be created - add your userApiToken for a checksum comparison
0 commit comments