Create Interaction Card
Create an Interaction Custom Card.
These endpoints are in beta testing. Some features may not work as documented or may behave unexpectedly.
Create a Card
POST
https://{{account_id}}.acquire.io/api/v1/crm/view
Create an Interaction Custom Card. A contact_id with the contact's ID and a view object must be passed in to the body. See the body example for more information.
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer {{api_key}} |
Request Body
Name | Type | Description |
---|---|---|
view | object | View object. The card configuration. |
contact_id | integer | Contact ID. |
Body (raw)
Last updated