← Tools Reference

CraftMyPDF

CraftMyPDF integration (Design & Media, Productivity). Imported from open-connector.

API key3 toolshttps://api.craftmypdf.com/v1
GET
craftmypdf_get_account_info
Get the current CraftMyPDF account details resolved by the provided API key.

/get-account-info

GET
craftmypdf_list_templates
List CraftMyPDF templates with optional pagination and group-name filtering.

/list-templates

3 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of templates to return.
offsetintegeroptionalThe number of templates to skip before returning results.
groupNamestringoptionalFilter templates by CraftMyPDF group_name.
GET
craftmypdf_get_template
Get the raw CraftMyPDF template body and sample JSON for one template ID.

/get-template

2 parameters
ParamTypeRequiredDescription
templateIdstringrequiredThe template identifier to retrieve.
versionstringoptionalThe optional template version string. Omit it to retrieve the latest version.