Import data from other web pages
You can import data to Creatio from any web pages with web forms that support webhook functionality. For example, you can import records into Creatio from web pages using Microsoft forms. This method of registration or data collection is often used within companies or for closed events that have a few participants.
Register participants to the event using web form and import registration data of all the participants to the Participants custom section of Creatio (Fig. 1). To do this, use the Power Automate app as a webhook service and the Microsoft Forms app as an example of landing page. To use the functionality of business Microsoft apps, you need Microsoft office business license.
General procedure to set up data import:
- Create and set up the Participants custom app.
- Set up the "Participant registration form" Microsoft form.
- Automate the processing of Microsoft form responses.
- Connect the Power Automate app to Creatio.
- Map the Creatio object columns to the Microsoft form fields.
- Check how the integration works.
Step 1. Create and set up the Participants custom app
You can import data to the existing Creatio object only. For this example, create a Participants custom app that includes one section. To do this:
-
Create an app based on the Records & business processes template. Instructions: Create an app manually.
-
Set up the participant page that includes the following fields (Fig. 2):
- Full name field of "Text" type. Includes first and last names of participant.
- Email field of "Email" type. Includes email of participant.
- Birthday field of "Date/Time" type. Includes birthday of participant.
- Source field of "Dropdown" type. Includes the source from which the participant came to register for the event. Create and fill out the Participant source lookup that stores the sources. Available sources: "Industry event," "Referral," "Social media," "Other."
Step 2. Set up the "Participant registration form" Microsoft form
Create a web page that includes the registration form. This page will be available for participants to sign up for the event.
For this example, set up the "Participant registration form" that includes the following fields (Fig. 3):
- Full name field of "Text" type. Includes first and last names of participant.
- Email field of "Text" type. Includes email of participant.
- Birthday field of "Date" type. Includes birthday of participant.
- How did you hear about us? field of "Choice" type. Includes the source from which the participant came to register for the event. Available sources: "Industry event," "Referral," "Social media," "Other."
Instructions: official vendor documentation.