Form
finishers:
-
identifier: SalesforceFinisher
options:
targetUrl: 'https://...'
orgid: '0123456'
recordType: '34567890'
#type: ''
#origin: ''
#username: ''
#password: ''
Finisher Options
targetUrl
targetUrl
-
- Required
-
true
- type
-
string
- Default
-
[EMPTY]
- Path
-
finishers.*.options
Set the
*.
URI endpoint of the salesforce API endpoint starting withphp https://
. Example:http://
.www. target. com/ target. php
orgid
This is a salesforce specific option.
orgid
-
- Required
-
true
- type
-
integer
- Default
-
[EMPTY]
- Path
-
finishers.*.options
Set the organization UID.
recordType
This is a salesforce specific option.
recordType
-
- Required
-
true
- type
-
string
- Default
-
[EMPTY]
- Path
-
finishers.*.options
Set the record type.
type
This is a salesforce specific option.
type
-
- Required
-
true
- type
-
string
- Default
-
[EMPTY]
- Path
-
finishers.*.options
Set the type.
origin
This is a salesforce specific option.
origin
-
- Required
-
true
- type
-
string
- Default
-
[EMPTY]
- Path
-
finishers.*.options
Set the origin.
username
Basic Auth Protection - leave empty if Target is not protected.
username
-
- type
-
string
- Default
-
[EMPTY]
- Path
-
finishers.*.options
Set the username for the
.htaccess
basic auth protection.
password
Basic Auth Protection - leave empty if Target is not protected.
password
-
- type
-
string
- Default
-
[EMPTY]
- Path
-
finishers.*.options
Set the password for the
.htaccess
basic auth protection.