Add a page to a Notion database

Consent to Access & Modify
I authorize Pabbly Support to log in to my account and make changes to the specified workflow for troubleshooting.
Hello, I have the following scenario:
I am using GLPI for ticket management and I need that, as soon as a new ticket is opened, some information is saved to a page within an existing database in Notion.

1764675919797.png


I intend to do this via Webhook. In GLPI, I have already configured two Webhooks: one for a new ticket and another for a ticket update. I tested both GLPI Webhooks in Pabbly. Both the new ticket and ticket update Webhooks are correctly reaching the Pabbly Webhook. However, when I add a new action with Notion, I cannot find an option to save this information coming from GLPI to a new page within a database in Notion. I tried looking for something like 'Add a page to a database,' but I couldn’t find it.

1764675880455.png


Can I create a custom event for Notion (add a page in database), or do I need to request this from the Pabbly team?
 

Preeti Paryani

Well-known member
Staff member
Hello,

You can use Notion: Create Database Item to add a new page to your database.
If that doesn’t cover your need, you can use Notion: Custom API Request (Beta) to call the exact Notion endpoint you want.
 
Hello,

You can use Notion: Create Database Item to add a new page to your database.
If that doesn’t cover your need, you can use Notion: Custom API Request (Beta) to call the exact Notion endpoint you want.
Okay.
I tried using the Notion: Create Database Item method, but I don't think it will work for me.

Would this be the second method?

1764680278149.png


Would the "API Endpoint URL" field be the Pabbly API Endpoint URL or the URL of my Notion database?
 

Preeti Paryani

Well-known member
Staff member
Hello @leandrosilva,

Yes, the second method refers to using Notion: Custom API Request. With this option, you can call any Notion API endpoint that is not natively integrated in Pabbly. You may refer to the API documentation here:
https://developers.notion.com/reference

However, in most cases, Create Page or Create Database Item should already support the requirement of adding a new entry to your database. Could you please share your workflow URL or a short screencast showing the issue you are facing? This will help us guide you more accurately.
 
Top