Spec for delete_lead WIP

This commit is contained in:
Ziyi 2021-03-23 13:45:05 -07:00 committed by CactusPuppy
parent 5b193919dc
commit fbb16fb91b
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
3 changed files with 65 additions and 3 deletions

View file

@ -39,8 +39,6 @@ module External
body: {
'email' => user.email,
'firstName' => user.name,
'overrideExisting' => true,
'subscribed' => true,
'addTags' => add_tags,
'removeTags' => remove_tags
}.to_json