target-add
Overview
Key:
target-add
Name: Target Added
Triggers when: A new target is added to your account
Fields
Field
Type
Description
target_name
string
Name of the target.
target_id
integer
ID of the target.
target
string
Domain name of the target.
Example data
{
"target": {
"target_name": "test",
"target_id": 12345,
"target": "test.example.com"
}
}
Last updated
Was this helpful?