Skip to main content
POST
/
public
/
v1
/
email-generator
cURL
curl --request POST \
  --url https://api.hobbo.ai/public/v1/email-generator \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "<string>",
  "product": "<string>",
  "meta_data": {}
}'
{
  "status": 200,
  "data": {},
  "success": true,
  "message": "<string>"
}

Body

application/json

Email generation parameters

type
string
required

The type of email

product
string
required

The product associated with the email

meta_data
object

An object containing dynamic meta_data

Response

Email content generated successfully

status
integer

HTTP status code

data
object
success
boolean

Indicates if the operation was successful

message
string

Response message