Retrieve bot’s user info.
External DocumentationTo learn more, visit the Notion documentation.

Example Output

{
	"object": "<string>",
	"id": "<string>",
	"name": "<string>",
	"avatar_url": null,
	"type": "<string>",
	"bot": {
		"owner": {
			"type": "<string>",
			"workspace": true
		},
		"workspace_name": "<string>"
	},
	"request_id": "<string>"
}

Workflow Library Example

Get Bot User Info with Notion and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop