Mutations
/
updateFunnel

updateFunnel

Update an existing funnel's configuration and settings. Returns true if update was successful.

Arguments

  • funnel_id
    ID!
    Required
    The unique identifier of the funnel to update. Example: "funnel_123"

Returns

  • Boolean!
    Required
    Update an existing funnel's configuration and settings. Returns true if update was successful.
mutation updateFunnel($funnel_id: ID!) {
updateFunnel(funnel_id: $funnel_id) {
# updateFunnel fields
}
}
Built with

Show your support! Star us on GitHub ⭐️