Communication

Connect 360dialog

Official WhatsApp Business Solution Provider offering direct API access and channel management for WhatsApp messaging.

Communication

360dialog

Official WhatsApp Business Solution Provider offering direct API access and channel management for WhatsApp messaging.

Available

Sample request

// 1. Mint a session token for the end user
const session = await link.connect.session({
  integrationKey: "360dialog",
  userId: "u_42",
});

// 2. After the user completes OAuth, proxy a request
const res = await link.proxy("360dialog", "u_42", {
  method: "GET",
  endpoint: "/api/v1/me",
});

More in this category