Landbot integration (Communication, Marketing). Imported from open-connector.
https://api.landbot.io/v1/channels/
| Param | Type | Required | Description |
|---|---|---|---|
| offset | integer | optional | Number of items to skip before returning this page. |
| limit | integer | optional | Maximum number of items to return in this page. Landbot accepts up to 100. |
| type | string | optional | Filter channels by Landbot channel type, such as webchat or whatsapp. |
| active | boolean | optional | Filter channels by active state. |
/customers/
| Param | Type | Required | Description |
|---|---|---|---|
| offset | integer | optional | Number of items to skip before returning this page. |
| limit | integer | optional | Maximum number of items to return in this page. Landbot accepts up to 100. |
| channel_id | integer | optional | Filter customers by numeric Landbot channel id. |
| agent_id | integer | optional | Filter customers by numeric Landbot agent id. |
| archived | boolean | optional | Filter customers by archived state. |
| opt_in | boolean | optional | Filter customers by opt-in state. |
| search_by | string | optional | Customer field used for search. |
| search | string | optional | Search text matched against the selected customer field. |
/customers/{readCustomerId}/messages/
| Param | Type | Required | Description |
|---|---|---|---|
| customer_id | integer | optional | Numeric Landbot customer id. |
| readCustomerId | string | required | Path parameter: readCustomerId |
/customers/{readCustomerId}/send_text/
| Param | Type | Required | Description |
|---|---|---|---|
| customer_id | integer | optional | Numeric Landbot customer id. |
| message | string | optional | Text message to send to the customer. |
| readCustomerId | string | required | Path parameter: readCustomerId |
/customers/{readCustomerId}/fields/{field_name}/
| Param | Type | Required | Description |
|---|---|---|---|
| customer_id | integer | required | Numeric Landbot customer id. |
| field_name | string | required | Landbot field name to set on the customer. |
| type | string | required | Landbot field type for the value. |
| value | string | required | Value to store in the Landbot customer field. |
| extra | object | optional | Optional extra metadata passed through to Landbot for the field. |
| readCustomerId | string | required | Path parameter: readCustomerId |