# Pingmee ## Docs - [Get Phone Numbers](https://docs.pingmee.co.il/api-reference/business/get-phone-numbers.md): Get business phone numbers - [Get WhatsApp Templates](https://docs.pingmee.co.il/api-reference/business/get-templates.md): Get WhatsApp templates for a specific phone number - [Assign Agents](https://docs.pingmee.co.il/api-reference/conversation/agents/assign.md): Associate agents to a conversation. - [Get Agent](https://docs.pingmee.co.il/api-reference/conversation/agents/get.md): Returns a single agent by ID (email). - [Get Agents](https://docs.pingmee.co.il/api-reference/conversation/agents/get-all.md): Returns all agents associated with the authenticated account. - [Unassign Agents](https://docs.pingmee.co.il/api-reference/conversation/agents/unassign.md): Remove agents from a conversation. - [Set Answer Mode](https://docs.pingmee.co.il/api-reference/conversation/answer-mode.md): Set the answer mode for a conversation. - [Get Conversation](https://docs.pingmee.co.il/api-reference/conversation/get.md): Get a single conversation by participants identifiers. - [Get Conversations](https://docs.pingmee.co.il/api-reference/conversation/get-all.md): Get conversations using cursor-based pagination. - [Set Status](https://docs.pingmee.co.il/api-reference/conversation/status.md): Set the status of a conversation. - [Assign Tags to Conversation](https://docs.pingmee.co.il/api-reference/conversation/tags-assign.md): Assigns one or more tags to a conversation. Path `id` is the conversation `participantsIdentifiers` (URL-encoded). - [Get Conversation Tags](https://docs.pingmee.co.il/api-reference/conversation/tags-get.md): Returns the tag IDs assigned to a conversation. Path `id` is the conversation `participantsIdentifiers`. - [Remove Tags from Conversation](https://docs.pingmee.co.il/api-reference/conversation/tags-remove.md): Removes one or more tags from a conversation. Path `id` is the conversation `participantsIdentifiers` (URL-encoded). - [Create Customers](https://docs.pingmee.co.il/api-reference/customers/create.md): Creates new customers - [Delete Customer](https://docs.pingmee.co.il/api-reference/customers/delete.md): Deletes a single customer based on the ID supplied - [Get Customer](https://docs.pingmee.co.il/api-reference/customers/get.md): Returns a Customer - [Get Customers](https://docs.pingmee.co.il/api-reference/customers/get-all.md): Returns all customers using pagination - [Get Messages](https://docs.pingmee.co.il/api-reference/messages/get-messages.md): Fetches messages for a conversation identified by the business phone number and the customer (target) phone number. Results are ordered newest first. Omit `startKey` on the first request. For each following batch, set `startKey` to the `lastEvaluatedKey` value returned by the previous response. - [Send Message](https://docs.pingmee.co.il/api-reference/messages/send-message.md): Send a message - [Send Template](https://docs.pingmee.co.il/api-reference/messages/send-template.md): Send a WhatsApp template message - [Create Tag](https://docs.pingmee.co.il/api-reference/tags/create.md): Creates a new conversation tag - [Delete Tag](https://docs.pingmee.co.il/api-reference/tags/delete.md): Deletes a conversation tag by id - [Get Tag](https://docs.pingmee.co.il/api-reference/tags/get.md): Returns a conversation tag - [Get Tags](https://docs.pingmee.co.il/api-reference/tags/get-all.md): Returns all conversation tags - [Create Webhook](https://docs.pingmee.co.il/api-reference/webhook/create.md): Creates a new webhook subscription. - [Delete Webhook](https://docs.pingmee.co.il/api-reference/webhook/delete.md): Deletes a webhook by ID. - [Get Webhooks](https://docs.pingmee.co.il/api-reference/webhook/get.md): Returns all webhooks for the authenticated account. - [Get Workflows](https://docs.pingmee.co.il/api-reference/workflows/get-minimal.md): Returns the workflow data. - [Trigger Workflow](https://docs.pingmee.co.il/api-reference/workflows/trigger.md): Manually trigger a bot workflow for a conversation. - [Introduction](https://docs.pingmee.co.il/index.md): Working with Pingmee Micro Services - [Introduction](https://docs.pingmee.co.il/make.md): Use Pingmee in Make.com and automate your workflows - [Introduction](https://docs.pingmee.co.il/n8n.md): Use Pingmee in n8n and automate your workflows ## OpenAPI Specs - [openapi](https://docs.pingmee.co.il/api-reference/openapi.json) ## Optional - [Updates](https://pingmee.co.il/updates/) - [Academy](https://pingmee.co.il/academy/)