While we’ve tried to make as much of the Invopop API as intuitive as possible, this brief glossary should help clarify what we mean when using certain words about the platform.

TermDescription
CompanyEvery user of Invopop has a company that they are associated with. Practically all API operations will be associated with a company.
DocumentIn a general context this refers to PDFs or JSON documents. This is also the name of the property inside GOBL Envelopes that uses a schema.Object to wrap around the payload.
EnvelopeMore accurately, a “GOBL Envelope” is a wrapper around a payload that adds a header and set of digital signatures. See the GOBL Envelope for more details.
GOBLStands for “Go Business Language” and is the library and schema we created in order to simplify the creation of electronic invoices and other structured documents using JSON as the primary representation format. For more details, so the gobl.org site.
IntentThese represent the link between a job and a specific connector that needs to be executed. They contain a list of events tracking the execution process.
JobA job represents the link between an Envelope and a Workflow. It contains an Intent for each of the integrations that have been executed.
ModuleDefines a name and configuration for an integration with an external service. Once a module is configured, it’ll enable “steps” that can be added to workflows
ObjectIn the context of a GOBL document, this refers to a model defined in the GOBL schema that can be used standalone or in the doc property of an envelope.
PositionEvery user has a “position” inside a company.
ProviderNot normally referred to by the API, but worth mentioning due to their importance to Invopop. A Provider is the name we’ve given to the service that is used to execute a task. Some providers are global, most are region specific.
RegimeOtherwise known as the “tax regime” is typically the country or potentially state where a company is fiscally registered. It determines the rules that will be applied to a GOBL document, and which providers and thus tasks will be available for the company.
SequenceRefers to the service that is responsible for managing sequences, sequential codes that are guaranteed to be ordered and suitable to be included in legal documents.
SeriesPart of the sequence service, a series contains a definition that defines prefixes, indexes, and suffixes used to generate sequential codes.
SiloOur name for the GOBL Envelope storage service. (We like this name because it’s short). It’s also responsible for persisting attachments with envelopes, such as PDFs generated by task.
StepA single step inside a workflow that performs an action on the GOBL document being processed.
TokenThis is the code used to authenticate requests to the Invopop API. These should be kept in a secure and secret location!
TransformThis service is responsible for executing jobs using the defined workflow and it’s integrations. Sometimes this will be called the “Transform Engine”.
UserUsed to grant access to a company, it’ll link an email address with a person. A user may have multiple positions at different companies.
WorkflowA key component of the Transform engine. The Workflow defines a set of integrations that should be executed by a job.