get_template
Fetch an email template by ID from the Follow Up Boss CRM. Pass a person ID to auto-fill merge fields with their data.
Instructions
Retrieve an email template by id, optionally merging fields. (GET /templates/{id})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. | |
| mergePersonId | No | When specified, the returned template will have its merge fields filled out with the specified person record and the current user record. |