Finished Script to push notes to GonG, just need an API Key. Pipedrive templates, Skuid Templates, got TripleSeat's templates ready for their sign in page. Few notes.

This commit is contained in:
Norm Rasmussen
2023-07-25 17:07:33 -04:00
parent 08c8f78f1c
commit d2378e4f44
26 changed files with 512 additions and 695 deletions

View File

@ -25,10 +25,10 @@ const getAllGroups = async (num) => {
}
})
.then(async (res) => {
if (res.data.links.next != null) {
if (res.data.links.next != null) {>
page++;
for (let i = 0; i < res.data.data.length; i++) {
if (res.data.data[i].attributes.status == "live") {
for (let i = 0; i < res.data.d
if (res.data.data[i].attribu
console.log(res.data.data[i].attributes.name)
groupIds.push(res.data.data[i].id)
}