Contiguity
The main client class that provides access to all Contiguity API resources.Constructor
Your Contiguity API token. If not provided, the SDK will look for
CONTIGUITY_API_KEY or CONTIGUITY_TOKEN environment variables.The token must start with contiguity_sk_.Configuration options for the client.
Properties
Access to iMessage methods. See iMessage API.
Access to WhatsApp methods. See WhatsApp API.
Access to email domain management methods. See Domains API.
Access to entitlement management methods. See Entitlements API.
Access to agreement acceptance methods. Helper for accepting entitlement agreements.
Access to webhook verification and parsing methods. See Webhooks API.
Example
Error Handling
The constructor throws an error if:- No token is provided and no environment variable is set
- The provided token doesn’t start with
contiguity_sk_

