Userflow integration (Data, Marketing). Imported from open-connector.
https://api.userflow.com/users
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of items to return. |
| starting_after | string | optional | Object ID after which the page should start. |
| ending_before | string | optional | Object ID before which the page should end. |
| string | optional | Filter users by email address. | |
| user_id | string | optional | Filter users by external user ID. |
| expand | array | optional | Expandable Userflow fields to include in the response. |
| order_by | string | optional | Sort order accepted by Userflow. |
/users/{user_id}
| Param | Type | Required | Description |
|---|---|---|---|
| user_id | string | required | The Userflow user ID to retrieve. |
| expand | array | optional | Expandable Userflow fields to include in the response. |
/users
| Param | Type | Required | Description |
|---|---|---|---|
| user_id | string | required | The external user ID to create or update in Userflow. |
| name | string | optional | The user's display name. |
| string | optional | The user's email address. | |
| signed_up_at | string | optional | Timestamp when the user signed up. |
| attributes | object | optional | Userflow custom attributes keyed by attribute name. |
| groups | array | optional | Group IDs the user belongs to. |
/users/{user_id}
| Param | Type | Required | Description |
|---|---|---|---|
| user_id | string | required | The Userflow user ID to delete. |
/groups
| Param | Type | Required | Description |
|---|---|---|---|
| group_id | string | required | The external group ID to create or update in Userflow. |
| name | string | optional | The group's display name. |
| attributes | object | optional | Userflow custom attributes keyed by attribute name. |
/groups/{group_id}
| Param | Type | Required | Description |
|---|---|---|---|
| group_id | string | required | The Userflow group ID to retrieve. |
| expand | array | optional | Expandable Userflow fields to include in the response. |
/groups/{group_id}
| Param | Type | Required | Description |
|---|---|---|---|
| group_id | string | required | The Userflow group ID to delete. |
/events
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The event name to track. |
| user_id | string | required | The Userflow user ID associated with the event. |
| group_id | string | optional | The Userflow group ID associated with the event. |
| occurred_at | string | optional | Timestamp when the event occurred. |
| attributes | object | optional | Userflow custom attributes keyed by attribute name. |