POST

Create Rich Content


Deprecated

This method has been replaced with Create Event, and will be removed on April 15, 2025.

To create an event description with rich content, use the description field from the Events v3 API.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Events - all permissions
Manage Events
Manage Events
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/events-ricos/v1/rich-content

Body Params
richContentRichContentRequired

Rich content details.

Response Object
richContentRichContent

Created rich content.

Create rich content for an event description
Request
cURL
curl -X POST 'https://www.wixapis.com/events/v1/rich-content' \ -H 'Authorization: <AUTH>' \ -H 'Content-Type: application/json' \ -d' { "richContent":{ "eventId": "cd3b6e8c-29b3-4470-9147-075ebae2794a", "fieldName": "about", "content": { "nodes": [ { "type": "PARAGRAPH", "id": "fja1e120", "nodes": [ { "type": "TEXT", "id": "", "textData": { "text": "Embark on an extraordinary voyage through the vast expanse of the cosmos. Join us for " } }, { "type": "TEXT", "id": "", "textData": { "text": "Cosmic Odyssey: Exploring the Mysteries of the Universe", "decorations": [ { "type": "BOLD", "fontWeightValue": 700 } ] } }, { "type": "TEXT", "id": "", "textData": { "text": " where the boundaries of human knowledge will be shattered. Prepare to be awe-struck as leading astrophysicists, renowned astronomers, and space explorers come together to unravel the enigmas of our universe." } } ] }, { "type": "IMAGE", "id": "zxh2h436", "imageData": { "containerData": { "width": { "size": "CONTENT" }, "alignment": "CENTER", "textWrap": true }, "image": { "src": { "id": "8bb438_2a22b3e85bb1434e81f6fbd4878fb4ae.jpg" }, "width": 5600, "height": 3728 } } } ] } } }'
Response
JSON
{ "richContent": { "id": "52269077-05f2-4b59-ba4f-36ef8c4c1e11", "revision": "1", "createdDate": "2020-10-18T13:40:58.304800Z", "updatedDate": "2020-10-18T13:40:58.304800Z", "eventId": "cd3b6e8c-29b3-4470-9147-075ebae2794a", "fieldName": "about", "content": { "nodes": [ { "type": "PARAGRAPH", "id": "fja1e120", "nodes": [ { "type": "TEXT", "id": "", "textData": { "text": "Embark on an extraordinary voyage through the vast expanse of the cosmos. Join us for " } }, { "type": "TEXT", "id": "", "textData": { "text": "Cosmic Odyssey: Exploring the Mysteries of the Universe", "decorations": [ { "type": "BOLD", "fontWeightValue": 700 } ] } }, { "type": "TEXT", "id": "", "textData": { "text": " where the boundaries of human knowledge will be shattered. Prepare to be awe-struck as leading astrophysicists, renowned astronomers, and space explorers come together to unravel the enigmas of our universe." } } ] }, { "type": "IMAGE", "id": "zxh2h436", "imageData": { "containerData": { "width": { "size": "CONTENT" }, "alignment": "CENTER", "textWrap": true }, "image": { "src": { "id": "8bb438_2a22b3e85bb1434e81f6fbd4878fb4ae.jpg" }, "width": 5600, "height": 3728 } } } ] } } }
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?