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 *.php URI endpoint of the salesforce API endpoint starting with 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.