Touchpoints API

Touchpoints API overview

The Bird Touchpoints API enables customers to create and manage dynamic customer interactions and rich media experiences across various channels. By leveraging it, developers can effortlessly design and deploy personalized messaging experiences across platforms such as SMS, Email, WhatsApp, and more. To get started with the Touchpoints API, you can register for a free account and get API access. The API reference provides detailed instructions and examples for integrating the API into your application or system. Alternatively, you can check our guide on how to create your first Whatsapp Message Template.

Permissions required for Touchpoints actions

To manage the different Touchpoins resources via the API, the access key that is being used needs a certain level of permissions to carry out these actions. Make sure you create the right access policies for your needs. To get a list of endpoints, please visit the API reference.

An access policy for viewing projects

The example below give your access key permissions to view all the projects in all of your workspaces but you can replace the wildcards with either specific workspaces or channel IDs to limit the scope further.

ActionResource

List projects in workspace

/workspaces/*/projects

Get a specific project

/workspaces/*/projects/*

Last updated