Destination

Namely
Create a Namely Destination
-
Click the + icon on the Nexset that will be sent to the Namely destination, and select the Send to Destination option from the menu.
-
Select the Namely connector from the list of available destination connectors. Then, select the credential that will be used to connect to your Namely account, and click Next; or, create a new Namely credential for use in this flow.
-
In Nexla, Namely destinations can be created using pre-built endpoint templates, which expedite destination setup for common Namely endpoints. Each template is designed specifically for the corresponding Namely endpoint, making destination configuration easy and efficient.
• To configure this destination using a template, follow the instructions in Configure Using a Template.Namely destinations can also be configured manually, allowing you to send data to Namely endpoints not included in the pre-built templates or apply further customizations to exactly suit your needs.
• To configure this destination manually, follow the instructions in Configure Manually.
Configure Using a Template
Nexla provides pre-built templates that can be used to rapidly configure destinations to send data to common Namely endpoints. Each template is designed specifically for the corresponding Namely endpoint, making destination setup easy and efficient.
-
To configure this destination using a template, select the endpoint to which data will be sent from the Endpoint pulldown menu. Then, click on the template in the list below to expand it, and follow the instructions to configure additional endpoint settings.
Configure Manually
Namely destinations can be manually configured to send data to any valid Namely API endpoint. Manual configuration provides maximum flexibility for accessing endpoints not covered by pre-built templates or when you need custom API configurations.
Using manual configuration, you can also configure Nexla to automatically send the response received from the Namely API after each call to a new Nexla webhook data source.
API Method
-
To manually configure this destination, select the Advanced tab at the top of the configuration screen.
-
Select the API method that will be used for calls to the Namely API from the Method pulldown menu. Namely API typically uses POST method for creating resources, PUT method for updating resources, and PATCH method for partial updates.
Data Format
- Select the format in which the Nexset data will be sent to the Namely API from the Content Format pulldown menu. Namely API expects JSON format for all requests.
API Endpoint URL
- Enter the URL of the Namely API endpoint to which data will be sent in the URL field. This should be the complete URL including your company name (from your credential), the API path (e.g.,
/api/v1/profiles), and any required query parameters (e.g.,https://acme.namely.com/api/v1/profiles). For update operations, include the resource ID in the URL path (e.g.,https://acme.namely.com/api/v1/profiles/{resource_id}).
Ensure the API endpoint URL is correct and includes the resource type and resource ID (for update operations). The Namely API endpoint URL should point to the resource endpoint where you want to create or update resources. You can test the endpoint using the Test button after configuring the URL.
Request Body
- Configure the request body that will be sent to the Namely API. The request body should contain the resource data formatted as JSON, with field names matching the Namely API's expected structure for the specified resource type. The request body format is typically
{message.json}to send the entire Nexset data as JSON, or you can construct a custom JSON structure with specific field mappings.
The request body must be valid JSON and must match the Namely API's expected format for the specified resource type. Field names in the request body must match the Namely API's expected field names. For detailed information about request body formats, available resource types, required fields, and field names, see the Namely API documentation.
Save the Destination
- Once all of the relevant steps in the above sections have been completed, click the Next button to proceed with the rest of the data flow configuration, or click Save to save the destination configuration for later use.