Printavo Customers and Contacts API

GraphQL surface for customers (companies) and their contacts. Query single or plural customers and contacts, and create, update, or delete them via the customerCreate, customerUpdate, customerDelete, contactCreate, contactUpdate, and contactDelete mutations. Customers expose contacts, orders, and reminders connections.

API entry from apis.yml

apis.yml Raw ↑
aid: printavo:printavo-customers-api
name: Printavo Customers and Contacts API
tags:
- Customers
- Contacts
- CRM
- GraphQL
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://www.printavo.com/docs/api/v2
baseURL: https://www.printavo.com/api/v2
properties:
- url: https://www.printavo.com/docs/api/v2
  type: Documentation
- url: https://www.printavo.com/docs/api/v2/object/customer/
  type: APIReference
- url: graphql/printavo-schema.graphql
  type: GraphQL
- url: graphql/printavo-graphql.md
  type: GraphQL
description: GraphQL surface for customers (companies) and their contacts. Query single or plural customers
  and contacts, and create, update, or delete them via the customerCreate, customerUpdate, customerDelete,
  contactCreate, contactUpdate, and contactDelete mutations. Customers expose contacts, orders, and reminders
  connections.