---
title: "Envia perfil pra Twilio/Meta sincronizar"
method: POST
path: "/v1/organizations/me/business-profile/sync"
tags: ["business-profile"]
---

# Envia perfil pra Twilio/Meta sincronizar

`POST /v1/organizations/me/business-profile/sync`

## Response `200`

Sync executado

- BusinessProfileSyncResponse
  - `profile` BusinessProfileResponse
    - `id` string, uuid, nullable
    - `displayName` string, nullable
    - `vertical` string, nullable
    - `description` string, nullable
    - `aboutShort` string, nullable
    - `email` string, nullable
    - `websites` string[], nullable
    - `businessHours` object, nullable
    - `profilePhotoUrl` string, nullable
    - `awayMessage` string, nullable
    - `metaSyncStatus` 'PENDING' | 'SYNCED' | 'FAILED' | 'PARTIAL' | 'NO_SENDER', required
    - `metaSyncedAt` string, date-time, nullable
    - `metaSyncError` string, nullable
    - `updatedAt` string, date-time, nullable
  - `twilioSendersPushed` integer
  - `twilioSendersFailed` integer
  - `totalSenders` integer

## Other responses

- `401` — Token ausente ou inválido
- `404` — Recurso não encontrado
- `409` — Conflito de estado

---

[API](https://skmtc.net/ararahq/apis/ararahq-api.md) · [All operations](https://skmtc.net/ararahq/apis/ararahq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ararahq/ararahq-api/revisions/174c89e36a13/schema)
