Formbricks integration (Productivity, Data). Imported from open-connector.
https://app.formbricks.com/api/v2/me
/management/contact-attribute-keys
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | optional | The Formbricks workspace identifier used by this action. |
| environmentId | string | optional | The deprecated environment identifier alias accepted by Formbricks for compatib… |
| limit | integer | optional | The maximum number of attribute keys to return. |
| skip | integer | optional | The number of attribute keys to skip before returning results. |
| sortBy | string | optional | The Formbricks field used to sort the returned attribute keys. |
| order | string | optional | The sort order for the returned Formbricks attribute keys. |
| startDate | string | optional | An optional start-date filter passed through to Formbricks exactly as provided. |
| endDate | string | optional | An optional end-date filter passed through to Formbricks exactly as provided. |
| filterDateField | string | optional | The Formbricks date field used for start/end filtering. |
/management/contact-attribute-keys/{contactAttributeKeyId}
| Param | Type | Required | Description |
|---|---|---|---|
| contactAttributeKeyId | string | required | The Formbricks contact attribute key identifier to fetch, update, or delete. |
/management/contact-attribute-keys
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The Formbricks workspace identifier used by this action. |
| environmentId | string | optional | The deprecated environment identifier alias accepted by Formbricks for compatib… |
| key | string | required | The machine-readable attribute key to create in Formbricks. |
| name | string | required | — |
| description | string | required | — |
/management/contact-attribute-keys/{contactAttributeKeyId}
| Param | Type | Required | Description |
|---|---|---|---|
| contactAttributeKeyId | string | required | The Formbricks contact attribute key identifier to fetch, update, or delete. |
| key | string | optional | An updated machine-readable attribute key. |
| name | string | optional | — |
| description | string | optional | — |
/management/contact-attribute-keys/{contactAttributeKeyId}
| Param | Type | Required | Description |
|---|---|---|---|
| contactAttributeKeyId | string | required | The Formbricks contact attribute key identifier to fetch, update, or delete. |
/management/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The Formbricks workspace identifier used by this action. |
| environmentId | string | optional | The deprecated environment identifier alias accepted by Formbricks for compatib… |
| attributes | object | required | The Formbricks contact attributes object. It must include a valid email address. |