➕ Multiple redirect URIs for your OAuth app
If you offer your platform application as an OAuth app, you might be interested in having multiple redirect URIs, e.g. for development and production. This is now enabled in the UI in your Developer Portal in the ClickFunnels app.
🧺 Filtering for CRM API
Sales::Opportunity
List endpoint is now filterable by:
- id
- pipeline_id
- pipelines_stage_id
- primary_contact_id
- assignee_id
Sales::Pipeline
is filterable by:
- id
Sales::Pipelines::Stage
is filterable by:
- id
🧑🔧 Product API fixes and additions
Today's deployment fixes a bug where Product#image_ids
would become emptied when an update request was issued without an image_ids
array.
We also fixed an issue where a too-long seo_description
or seo_title
would result in a 500 server error instead of an unprocessable 422 status code.
We also added a platform application public ID to Product::Variants
to distinguish them when they were created by an API or OAuth application:
{
# ...
"created_by_platform_application": { "public_id": "SOME_PUBLIC_ID" }
}