Skip to main content
POST
Create a Messenger persona

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
name
string
required

Display name shown to the recipient.

Required string length: 1 - 40
profile_picture_url
string
required

HTTPS avatar URL. Meta fetches it at create time and rejects non-https schemes.

Required string length: 1 - 1024

Response

200 - application/json

The newly created persona.

The newly created persona.

data
object

A Messenger Page persona (a virtual sender identity) as returned by Meta's Graph API.

meta
object