Skip to content

Commit

Permalink
Add webhook fixture for email_forward.deactivate
Browse files Browse the repository at this point in the history
  • Loading branch information
kojdm authored Nov 21, 2024
1 parent db7c360 commit a2e59c7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions fixtures/v2/webhooks/email_forward.deactivate/example.http
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
POST /1djlwbe1 HTTP/1.1
Host: example.com
Content-Length: 455
Accept-Encoding: gzip
X-Request-Id: 42f14e6a-21e4-4942-9556-682298b5a852
User-Agent: DNSimple-Webhook-Notifier/f152781ec87b328bf9edcaa760f0e5342bdd15cf
Content-Type: application/json
Connect-Time: 0
Via: 1.1 vegur
Total-Route-Time: 1
Connection: close

{"data": {"email_forward": {"id": 11587, "to": "test@example.com", "from": "test@hostedzone.com", "domain_id": 322675, "created_at": "2024-11-21T13:21:45Z", "updated_at": "2024-11-21T13:25:51Z", "alias_email": "test@hostedzone.com", "destination_email": "test@example.com"}}, "name": "email_forward.deactivate", "actor": {"id": "1120", "entity": "user", "pretty": "xxxxx@xxxxxxx.xxx"}, "account": {"id": 111, "display": "Personal", "identifier": "xxxxxx"}, "api_version": "v2", "request_identifier": "1c15eea2-cf3e-4613-9f35-3f4bdd79d231"}

0 comments on commit a2e59c7

Please sign in to comment.