Create app card - from other system
Create a UI component card.
These endpoints are in beta testing. Some features may not work as documented or may behave unexpectedly.
post
https://{{account_id}}.acquire.io/api/v1/crm/ui-component
Create card
Body (raw)
{
"type": "tab",
"config": {
"label": "test stripe",
"canvas": {
"content_url": true
},
"action_key": "test-form",
"action_type": "initialize_tab",
"iconImageUrl": "./assets/app-store/acquire_saml.svg",
"initialize_url": "https://9adfb9433cf4.ngrok.io/initialize",
"submit_url": "https://9adfb9433cf4.ngrok.io/submit",
"configure_url": "https://9adfb9433cf4.ngrok.io/configure"
},
"displayScope": "contact_action",
"area": "backend"
}
Last modified 1yr ago