Retrieve bot’s user info.

External Documentation

To 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

Preview this Workflow on desktop