• Resolved Daniel

    (@danfelbm)


    Hello there,

    I’m using this plugin for a customer that doesn’t know much about WordPress, but automator is easy enough for pretty much anyone. I wonder if I can change the name of the integrations, from Groundhog to CRM, or Fromidable to Forms, etc.

    I see that within the integration files there’s:

    $uncanny_automator->register->integration( self::$integration, array(
    			'name'     => 'Formidable',
    			'icon_svg' => Utilities::get_integration_icon( 'formidable-forms-icon.svg' ),
    		) );

    But I wonder, is there any risk in changing that name?
    Can I achieve that through a code snippet instead of modifying the file directly?

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Uncanny Owl

    (@uncannyowl)

    Hi @danfelbm,

    Sorry about the delay.

    Our development team has reviewed this and they do plan to add a filter in 3.0 that will allow you to change integration names with a simple override in functions.php.

    For now, unfortunately, your approach is what’s necessary. It won’t break anything and you are okay to do this until we add the filter in 3.0.

    Thread Starter Daniel

    (@danfelbm)

    I wonder if I can ask this in this topic:
    Any plans to integrate with Mailster? and also, is there any way to receive webhooks from Zapier as triggers?

    Regards

    Plugin Author Uncanny Owl

    (@uncannyowl)

    Hi @danfelbm ,

    Mailster is an integration we’re planning to add but it hasn’t yet been assigned to a release. We’ll see what we can do there, but it’s unlikely that you’ll see it in the next 2 major releases (after that though there’s a high likelihood).

    As for receiving Zapier webhooks, you should definitely be able to do that if you’re using Pro with anonymous recipes. If you have Pro and you’re running into issues you should definitely log a ticket on our website (with a screenshot of the recipe and more details about what’s happening).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change plugin name’ is closed to new replies.