State Stamp Wording
State Stamp Wording Updated
Receive a webhook event when state stamp wording fields change for a particular state or all states.
When the event fires, the fields pertaining to state stamp wording properties will have an updated field and a previous
field, denoting what the value was and what it changed to. For example:
"state_stamp_wording_text": "<p>This is my new stamp wording description...</p>",
"previous_state_stamp_wording_text": "<p>This was my previous stamp wording description...</p>",
Request Examples
{
"event_id": 598,
"event": "webhooks.state_stamp_wording.updated",
"timestamp": "2025-06-06T09:44:40+00:00",
"state_code": "AL",
"state": "Alabama",
"effective_date": "2025-06-06T00:00:00+00:00",
"state_stamp_wording_text": "<p>This is my new stamp wording description...</p>",
"previous_state_stamp_wording_text": "<p>This was my previous stamp wording description...</p>",
"state_stamp_wording_instructions": "This is my new instruction block...",
"previous_state_stamp_wording_instructions": "This was my previous instruction block...",
"fontSize": 23,
"italic": true,
"previous_italic": false,
"bold": false,
"previous_bold": true,
"color": "red"
}
Updated 14 days ago