added lead and activity resources

This commit is contained in:
Ricardo Espinoza
2020-01-21 11:00:40 -05:00
parent 434da06fa7
commit 5d89998eb1
6 changed files with 1951 additions and 7 deletions

View File

@@ -27,6 +27,7 @@ export async function salesmateApiRequest(this: IHookFunctions | IExecuteFunctio
json: true
};
if (!Object.keys(body).length) {
delete options.body;
}
try {
return await this.helpers.request!(options);