Configure webhooks to receive notifications when registrations, information requests, item changes, and mail are created or updated.
You can subscribe to these event types: registration requests, jurisdiction registrations, information requests, item changes, and mail.
Receive real-time updates about registration requests created via the POST /registration_requests endpoint.
registration_request.submitted sends when a state tax registration request is submitted by the employer.registration_request.updated sends when a Tax Registration Item created by that submitted registration request is completed and its Tax IDs are available. Multiple updates are possible as items complete over time.Use these example payloads to notify your systems of any changes to a registration request.
Understand the status of your jurisdiction registration requests.
agent_jurisdiction_registration.created sends when a jurisdiction registration is created by Middesk.agent_jurisdiction_registration.updated sends whenever the status of a jurisdiction registration is updated by Middesk.Use these example payloads to notify your systems of any changes to a jurisdiction registration.
Understand the status of your jurisdiction registration requests.
agent_info_request.created sends when an information request is created. The link to the web form for the information request is provided in the url property.agent_info_request.updated sends when an information request is updated.agent_info_request.voided sends when an information request is voided. A voided information request no longer needs action.Use these example payloads to notify your systems of any changes to an information request.
agent_item_change.created sends when an item change is created.agent_item_change.updated sends when an item change is updated. This includes when it is applied to the existing tax registration item.Use these example payloads to notify your systems of any changes to an item.
agent_mail.available sends when a piece of mail is newly available in Middesk.Use this example payload to notify your systems of mail received by Middesk.