← Tools Reference

Formbricks

Formbricks integration (Productivity, Data). Imported from open-connector.

API key7 toolshttps://app.formbricks.com/api/v2
GET
formbricks_get_me
Get the Formbricks organization and workspace context associated with the current API key.

/me

GET
formbricks_list_contact_attribute_keys
List Formbricks contact attribute keys with optional pagination, sorting, date filters, and workspace scoping.

/management/contact-attribute-keys

9 parameters
ParamTypeRequiredDescription
workspaceIdstringoptionalThe Formbricks workspace identifier used by this action.
environmentIdstringoptionalThe deprecated environment identifier alias accepted by Formbricks for compatib…
limitintegeroptionalThe maximum number of attribute keys to return.
skipintegeroptionalThe number of attribute keys to skip before returning results.
sortBystringoptionalThe Formbricks field used to sort the returned attribute keys.
orderstringoptionalThe sort order for the returned Formbricks attribute keys.
startDatestringoptionalAn optional start-date filter passed through to Formbricks exactly as provided.
endDatestringoptionalAn optional end-date filter passed through to Formbricks exactly as provided.
filterDateFieldstringoptionalThe Formbricks date field used for start/end filtering.
GET
formbricks_get_contact_attribute_key
Get one Formbricks contact attribute key by its identifier.

/management/contact-attribute-keys/{contactAttributeKeyId}

1 parameter
ParamTypeRequiredDescription
contactAttributeKeyIdstringrequiredThe Formbricks contact attribute key identifier to fetch, update, or delete.
POST
formbricks_create_contact_attribute_key
Create one Formbricks contact attribute key inside a workspace.

/management/contact-attribute-keys

5 parameters
ParamTypeRequiredDescription
workspaceIdstringrequiredThe Formbricks workspace identifier used by this action.
environmentIdstringoptionalThe deprecated environment identifier alias accepted by Formbricks for compatib…
keystringrequiredThe machine-readable attribute key to create in Formbricks.
namestringrequired
descriptionstringrequired
PUT
formbricks_update_contact_attribute_key
Update one existing Formbricks contact attribute key.

/management/contact-attribute-keys/{contactAttributeKeyId}

4 parameters
ParamTypeRequiredDescription
contactAttributeKeyIdstringrequiredThe Formbricks contact attribute key identifier to fetch, update, or delete.
keystringoptionalAn updated machine-readable attribute key.
namestringoptional
descriptionstringoptional
DELETE
formbricks_delete_contact_attribute_key
Delete one Formbricks contact attribute key by its identifier.

/management/contact-attribute-keys/{contactAttributeKeyId}

1 parameter
ParamTypeRequiredDescription
contactAttributeKeyIdstringrequiredThe Formbricks contact attribute key identifier to fetch, update, or delete.
POST
formbricks_create_contact
Create one Formbricks contact with a workspace-scoped attributes object.

/management/contacts

3 parameters
ParamTypeRequiredDescription
workspaceIdstringrequiredThe Formbricks workspace identifier used by this action.
environmentIdstringoptionalThe deprecated environment identifier alias accepted by Formbricks for compatib…
attributesobjectrequiredThe Formbricks contact attributes object. It must include a valid email address.