Create Interaction Card
Create an Interaction Custom Card.
Create a Card
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"success": true,
"data": {
"title": "this is canvas view",
"contactId": 96,
"view": {
"type": "ui_block",
"config": {
"canvas": {
"content": {
"components": [
{
"type": "text",
"text": "hello acquire",
"style": "heading"
},
{
"type": "input",
"label": "my input box",
"style": "paragraph",
"id": "my_input",
"value": "acquire"
}
]
}
}
}
},
"meta": {
"iconImageUrl": "https://acquire.io/wp-content/themes/acquire/assets/images/common/acq-footer-black-logo.svg",
"iconFont": "icon-ticket"
},
"userId": 24,
"dateCreated": "2020-09-16T13:04:38.268Z",
"id": 10
},
"message": "View added successfully."
}
}Last updated