Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Follow these few simple steps to create your first emite IPaaS Integration and retrieve data from a Wikipedia API:

#

Step

Example Screenshot

Instructions

1

Login

...

:

image-20250211-113949.pngImage Added

Login into your emite IPaaS Tenant using the username and password provided.

If you do not have a login URL, username or password, please reach out to your emite account team to enable IPaaS for your organization.

2

Select your Tenant:

image-20250211-114526.pngImage Added

Select your Tenant using the drop down selector and click ‘Next’.

3

Create an Integration:

image-20250211-115215.pngImage Added

Click on ‘Create Integration’ to create a new Integration.

4

Name your Integration:

image-20250211-114929.pngImage Added

Enter ‘Wikipedia Integration’ into the ‘Integration Name’ field and click ‘Create’.

5

Create a new Empty Action:

image-20250211-120822.pngImage Added

Click on ‘Create Action’ and select ‘Empty Action’.

6

Name the Action:

image-20250211-121703.pngImage Added

Enter ‘SearchWikipedia’ into the ‘Name’ field.

7

Configure your Action:

image-20250211-122316.pngImage Added

Select Method ‘GET’.

Enter the following URL into the ‘URL’ field: https://en.wikipedia.org/w/rest.php/v1/search/page?q={{searchTerm}}&limit=10

Click on the ‘Add More Parameters’ button.

Add a parameter with a Key ‘searchTerm’ and Value ‘Earth’.

Click ‘Create’.

8

Receive success message:

image-20250211-122432.pngImage Added

After receiving a success message, click ‘Update’.

If you receive an error, please double-check the previous steps.

9

Select your field mappings:

image-20250211-123120.pngImage Added

Click the drop down arrow next to ‘Retrieve all available fields from API response body.

Select the description, excerpt, id and title fields.

Click ‘Import’.

10

Receive success message:

image-20250211-123148.pngImage Added

After receiving a success message, click ‘OK’.

If you receive an error, please double-check the previous steps.

11

Save and test your Action:

image-20250211-123344.pngImage Added

Click ‘Save’ and then click ‘Test’.

If you receive an error, please double-check the previous steps.

Panel
panelIconId1f973
panelIcon:partying_face:
panelIconText🥳
bgColor#DEEBFF

Congratulations on successfully creating your first emite IPaaS Integration! You have configured emite IPaaS to connect to Wikipedia’s API and retrieve information about the 10 top pages relating to your search term.

Panel
panelIconIdatlassian-yellow_star
panelIcon:yellow_star:
panelIconText:yellow_star:
bgColor#DEEBFF

What to do next?

  • You can try adjusting your search term parameter, back in the Command section, then re-save and re-test your Action to see what other Wikipedia data you can ingest into IPaaS.

  • You can try applying various rules and transformations to your ingested data. Please refer to: emite IPaaS Rules and emite IPaaS Transformations

  • You can try saving the retrieved data in a connected data store (ElasticSearch, OpenSearch) in order to then visualize within emite. If you do not have a connected data store, please reach out to your emite account team to enable emite IPaaS for your organization.

  • You can try building integrations to other Wikipedia API’s: https://www.mediawiki.org/wiki/API:REST_API (Wikipedia API’s are easy to use because they are publicly accessible and require no authentication)

  • You can try referencing a secondary Action from this primary Action. Please refer to: emite IPaaS Referenced Actions

  • You can try publishing a schedule to have your integration constantly retrieve new and updated data: emite IPaaS User Interface