AbsoluteJS

@absolutejs/dispatch-infobip

@absolutejs/dispatch-infobipv0.1.0betaMessaging

Infobip Messages API omnichannel adapter for @absolutejs/dispatch with validation, webhooks, and US registration workflows.

#Installation

BASH
bun add @absolutejs/dispatch-infobip

#Capabilities

Overview

Infobip Messages API adapter for AbsoluteJS Dispatch. It covers SMS, MMS, RCS, WhatsApp, Viber Business Messages and Bots, Apple Messages for Business, Instagram Direct, LINE, and Messenger through one transport.

The adapter can validate every request with Infobip before sending, maps portable content and actions, supports provider-native request extensions, provides authenticated durable webhook intake, and exposes 10DLC brand/campaign plus number resource-request operations.

Infobip channel onboarding and consent remain mandatory. Complete 10DLC brand/campaign registration for US long codes and use an authenticated webhook profile or gateway verifier for event ingestion.

Outcomes

What you can build

Build on the supported package contract

Use @absolutejs/dispatch-infobip through its supported public entry points.

Hardening checklist

Production guidance

Make every external boundary explicitPin the deployed @absolutejs/dispatch-infobip version, replace example or memory-backed dependencies with durable implementations, bound external calls, protect credentials, and emit enough evidence to retry or recover safely.

Follow in order

Troubleshooting path

1
Trace from the first failed boundary
Reproduce the smallest canonical @absolutejs/dispatch-infobip example, confirm the supported entry point and version in the API explorer, then inspect the first boundary that did not produce its documented result.

#@absolutejs/dispatch-infobip quick start

Partial snippet

# @absolutejs/dispatch-infobip

TS
import { createInfobipAdapter } from "@absolutejs/dispatch-infobip";

const messaging = createInfobipAdapter({
  apiKey: process.env.INFOBIP_API_KEY!,
  baseUrl: process.env.INFOBIP_BASE_URL!,
  defaultSenders: { sms: process.env.INFOBIP_SMS_SENDER! },
  deliveryWebhookUrl: "https://example.com/webhooks/infobip/delivery",
  validateBeforeSend: true,
});

#Public entry points

Supported entry points declared by this package manifest.

Package entry point declared in package.json.

@absolutejs/dispatch-infobip@absolutejs/dispatch-infobip/manifest@absolutejs/dispatch-infobip/manifest.json

#Package commands

Scripts declared by this package manifest.

bun run buildrm -rf dist && bun build src/index.ts src/manifest.ts --outdir dist --sourcemap --target=bun --external @absolutejs/dispatch --external '@absolutejs/dispatch/*' --external @absolutejs/manifest --external @absolutejs/reliability --external @sinclair/typebox && tsc --project tsconfig.build.json && absolute-manifest emit
bun run check:packagebun run format && bun run typecheck && bun run test && bun run verify-package && bun run build && bun run verify-package --artifacts
bun run formatprettier --write "./**/*.{ts,json,md}"
bun run testbun test
bun run typechecktsc --noEmit

#API reference

Search the declarations exported by the current package type files. Expand a symbol to inspect its source-backed signature.

11 symbols
createMemoryWebhookInboxStoreexportPermalinkSource
TS
createMemoryWebhookInboxStore
Exported from @absolutejs/dispatch-infobip