Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
infusionsoft
Advanced tools
InfusionSoft node.js SDK.
npm install infusionsoft
var iSDK = require('infusionsoft');
var client = new iSDK('app_name', 'api_key');
see help.infusionsoft.com for more information
APIEmailService.getEmailTemplate: client.getEmailTemplate(templateId, callback)
APIEmailService.getOptStatus: client.optStatus(email, callback)
APIEmailService.optIn: client.optIn(email, reason, callback)
APIEmailService.optOut: client.optOut(email, reason, callback)
APIEmailService.sendEmail: client.sendEmail(contactList, fromAddr, toAddr, ccAddr, bccAddr, contentType, subject, html, text, templateId, callback)
ContactService.add: client.addCon(contactData, callback)
ContactService.addToCampaign: client.campAssign(contactId, campaignId, callback)
ContactService.addToGroup: client.grpAssign(contactId, groupId, callback)
ContactService.addWithDupCheck: client.addWithDupCheck(data, dupCheckType, callback)
ContactService.findByEmail: client.findByEmail(email, fMap, callback)
ContactService.load: client.findCon(contactId, fieldList, callback)
ContactService.merge: client.mergeCon(contactId, duplicateId, callback)
ContactService.removeFromGroup: client.grpRemove(contactId, groupId, callback)
ContactService.runActionSequence: client.runAS(contactId, seqId, callback)
ContactService.update: client.updateCon(contactId, contactData, callback)
DataService.add: client.dsAdd(tableName, data, callback)
DataService.delete: client.dsDelete(tableName, id, callback)
DataService.echo: client.appEcho(text, callback)
DataService.findByField: client.dsFind(tableName, limit, page, field, value, fieldMap, callback)
DataService.getAppSetting: client.dsGetSetting(module, setting, callback)
DataService.load: client.dsLoad(tableName, id, callback)
DataService.update: client.dsUpdate(tableName, id, data, callback)
DataService.query: client.dsQuery(tableName, limit, page, query, fieldMap, callback)
DataService.query: client.dsQuery(tableName, limit, page, query, fieldMap, orderBy, ascending, callback)
InvoiceService.addManualPayment: client.addManualPayment(invoiceId, amount, paymentDate, paymentType, paymentDescription, bypassCommissions, callback)
InvoiceService.addOrderItem: client.addOrderItem(invoiceId, productId, type, price, quantity, description, notes, callback)
InvoiceService.calculateAmountOwed: client.calculateAmountOwed(invoiceId, callback)
InvoiceService.createBlankOrder: client.createBlankOrder(contactId, description, date, leadAffiliateId, saleAffiliateId, callback)
InvoiceService.createInvoiceForRecurring: client.createInvoiceForRecurring(recurringOrderId, callback)
InvoiceService.locateExistingCard: client.locateCard(contactId, lastFour, callback)
InvoiceService.validateCreditCard: client.validateCard(card, callback)
OrderService.placeOrder: client.placeOrder(contactId, creditCardId, payPlanId, productIds, subscriptionIds, processSpecials, promocodes, callback)
FAQs
InfusionSoft node.js SDK
The npm package infusionsoft receives a total of 24 weekly downloads. As such, infusionsoft popularity was classified as not popular.
We found that infusionsoft demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.