Add "Mapcloud" events

This commit is contained in:
Sivert V. Sæther 2025-02-18 13:39:33 +01:00
parent b850d0bab1
commit 38e728ff9d
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,18 @@
meta {
name: Event
type: http
seq: 1
}
post {
url: {{host}}/mapcloud/events
body: json
auth: inherit
}
body:json {
{
"mapcloudLeadCustomerEventTypeId": 66,
"sourceEntryPrivateId": 11754464
}
}

View File

@ -0,0 +1,11 @@
meta {
name: EventTypes
type: http
seq: 2
}
get {
url: {{host}}/mapcloud/events/EventTypes
body: none
auth: inherit
}