Skip to main content
Version: 8.1

Retrieve a webhook in Creatio

Level: intermediate

To retrieve a webhook in Creatio, perform a set of preliminary settings and connect your third-party service to Creatio. The preliminary settings depend on the deployment options of your Creatio instance: on-site or cloud.

Set up the third-party app

Make sure that the webhook sent by your app has the structure that can be parsed by Creatio. Out of the box, Creatio can parse webhooks of identified structure. Learn more: Work with webhooks basics.

Some additional setup might be needed to send webhooks from your app to Creatio. This depends on the app and its settings. Learn more in official vendor’s documentation.

Set up OAuth 2.0 authorization in Creatio (on-site only)

To integrate Creatio with third-party services, safe authorization is needed. Use OAuth 2.0 authorization for webhook service integration.

If you use Creatio in the cloud, it includes needed OAuth 2.0 settings out of the box. Proceed to retrieving a webhook in Creatio. Read more >>>

If you use Creatio on-site, set up OAuth 2.0 authorization for third-party services. Instructions: OAuth 2.0 setup procedure.

Use the following credentials for webhook service:

Parameter

Parameter value

Name

Webhook Account Service Identity

Application URL

https://webhooks.creatio.com

Preliminary settings in Creatio

Check that the following system settings are populated:

  • “Identity server Url” (“IdentityServerUrl” code)
  • “Identity server client id” (“IdentityServerClientId” code)
  • “Identity server client secret” (“IdentityServerClientSecret” code)
  • “SocialAccountServiceUrl” (“SocialAccountServiceUrl” code)

If the values of these settings are empty, contact Creatio support.

Connect the webhook service to Creatio

General procedure to connect the webhook service:

  1. Open the needed section. For example, Contacts.

  2. Click Data importWeb forms and pages in the top right.

  3. Get the Webhook URL. To do this, click Other landing pagesClick to get your Webhook URL (Fig. 1).

    Fig. 1 Get the Webhook URL
    Fig. 1 Get the Webhook URL

    Webhook URL is copied automatically.

    Important

    We recommend receiving a unique Webhook URL for each used service that can send webhooks.

  4. Add the Webhook URL to connect the service that supports webhook functionality.

As a result, the service that supports webhook functionality will be able to send webhooks to Creatio.


See also

OAuth 2.0 setup procedure

Process webhooks in Creatio

Integrate with landing pages and web forms

Tech Hour: Webhooks. Integrating with Landingi, Wordpress and MS Forms