:doc:`CodePipeline <../../codepipeline>` / Client / register_webhook_with_third_party

*********************************
register_webhook_with_third_party
*********************************



.. py:method:: CodePipeline.Client.register_webhook_with_third_party(**kwargs)

  

  Configures a connection between the webhook that was created and the external tool with events to be detected.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/RegisterWebhookWithThirdParty>`_  


  **Request Syntax**
  ::

    response = client.register_webhook_with_third_party(
        webhookName='string'
    )
    
  :type webhookName: string
  :param webhookName: 

    The name of an existing webhook created with PutWebhook to register with a supported third party.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CodePipeline.Client.exceptions.ValidationException`

  
  *   :py:class:`CodePipeline.Client.exceptions.WebhookNotFoundException`

  